mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-08 11:57:57 +08:00
up cupsd start
This commit is contained in:
parent
a8d2aa163e
commit
927fd6efa2
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user