瀏覽代碼

systemd: fix starting cups

Marek Marczykowski-Górecki 8 年之前
父節點
當前提交
c09d1d9d61
共有 1 個文件被更改,包括 1 次插入1 次删除
  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:
 # 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
     if [ -f /var/run/qubes-service/cups ]; then
         /usr/sbin/service cups start
         /usr/sbin/service cups start
     fi
     fi