systemd: fix starting cups

This commit is contained in:
Marek Marczykowski-Górecki 2015-09-01 17:19:59 +02:00
parent 4f26006fa1
commit c09d1d9d61
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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