diff --git a/vm-systemd/misc-post.sh b/vm-systemd/misc-post.sh index 7f0659f..f5c0025 100755 --- a/vm-systemd/misc-post.sh +++ b/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