From c09d1d9d61baab022110adf597af2eb8b6d2a754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 1 Sep 2015 17:19:59 +0200 Subject: [PATCH] systemd: fix starting cups --- vm-systemd/misc-post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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