systemd: fix starting cups
This commit is contained in:
parent
4f26006fa1
commit
c09d1d9d61
@ -26,7 +26,7 @@ INTERFACE=eth0 /usr/lib/qubes/setup-ip
|
||||
|
||||
# Start services which haven't own proper systemd unit:
|
||||
|
||||
if [ ! -f /etc/systemd/system/cups.service ]; then
|
||||
if [ ! -f /usr/lib/systemd/system/cups.service ]; then
|
||||
if [ -f /var/run/qubes-service/cups ]; then
|
||||
/usr/sbin/service cups start
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user