fix cupsd for systemd

This commit is contained in:
udeved 2015-01-15 07:49:14 +01:00
parent 929e343f36
commit 3ed25cbe70
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@
# unset defaults to given values # unset defaults to given values
# names must match systemd service names # names must match systemd service names
# start_systemd=('cronie' 'cupsd' 'tlp' 'tlp-sleep') # start_systemd=('cronie' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
# unset defaults to given values, # unset defaults to given values,
# names must match openrc service names # names must match openrc service names

View file

@ -339,7 +339,7 @@ load_config(){
if [[ -n ${start_systemd} ]];then if [[ -n ${start_systemd} ]];then
start_systemd=${start_systemd} start_systemd=${start_systemd}
else else
start_systemd=('cronie' 'cupsd' 'tlp' 'tlp-sleep') start_systemd=('cronie' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
fi fi
if [[ -n ${start_openrc} ]];then if [[ -n ${start_openrc} ]];then