浏览代码

[systemd] default is the target

Colin Powell 1 年之前
父节点
当前提交
eba97678c2

+ 1 - 1
systemd/.config/systemd/user/snapclient.service

@@ -8,4 +8,4 @@ ExecStop=kill $(pidof snapclient)
 Restart=on-failure
 
 [Install]
-WantedBy=multi-user.target
+WantedBy=default.target

+ 1 - 1
systemd/.config/systemd/user/syncmail.service

@@ -5,4 +5,4 @@ Description=Sync mail
 ExecStart=/home/powellc/.bin/syncmail
 
 [Install]
-WantedBy=multi-user.target
+WantedBy=default.target

+ 1 - 1
systemd/.config/systemd/user/syncthing.service

@@ -15,4 +15,4 @@ MemoryDenyWriteExecute=true
 NoNewPrivileges=true
 
 [Install]
-WantedBy=multi-user.target
+WantedBy=default.target