Browse Source

systemd: fix starting cups

Marek Marczykowski-Górecki 8 years ago
parent
commit
c09d1d9d61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vm-systemd/misc-post.sh

+ 1 - 1
vm-systemd/misc-post.sh

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