thinrasp/etc_org/init/cups-browsed.conf
2019-11-26 21:36:24 +01:00

21 lines
525 B
Plaintext

# cups-browsed - Bonjour remote printer browsing daemon
description "cups-browsed - Bonjour remote printer browsing daemon"
author "Till Kamppeter <till.kamppeter@gmail.com>"
start on (filesystem
and (started cups or runlevel [2345]))
stop on runlevel [016]
respawn
respawn limit 3 240
pre-start script
[ -x /usr/sbin/cups-browsed ]
if [ -x /lib/init/apparmor-profile-load ]; then
/lib/init/apparmor-profile-load usr.sbin.cups-browsed
fi
end script
exec /usr/sbin/cups-browsed