up cupsd start

This commit is contained in:
SirPdboy 2022-09-29 13:10:55 +08:00 committed by GitHub
parent a8d2aa163e
commit 927fd6efa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ start_service() {
logger -t cupsd -p warn "cupsd is start."
echo "cupsd is start."
procd_open_instance
procd_set_param command $PROG -C /etc/cups/cupsd.conf -s cups-files.conf
procd_set_param command $PROG
[ "x$logger" == x1 ] && procd_set_param stderr 1
procd_set_param respawn
procd_close_instance
@ -49,4 +49,4 @@ start_service() {
service_triggers() {
procd_add_reload_trigger "cupsd"
}
}