use default.target for user services
This commit is contained in:
parent
449b76df9e
commit
5f50199cd2
8 changed files with 8 additions and 8 deletions
|
@ -10,4 +10,4 @@ ExecStart=borgwrapper
|
||||||
#Environment="SSH_AUTH_SOCK=/run/user/myUserId/keyring/ssh"
|
#Environment="SSH_AUTH_SOCK=/run/user/myUserId/keyring/ssh"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
||||||
ExecStart=check_updates
|
ExecStart=check_updates
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
||||||
ExecStart=disk_space_alert
|
ExecStart=disk_space_alert
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
||||||
ExecStart=docker_check
|
ExecStart=docker_check
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
||||||
ExecStart=memory_usage_alert
|
ExecStart=memory_usage_alert
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -9,4 +9,4 @@ ExecStart=resticwrapper
|
||||||
#Environment="SSH_AUTH_SOCK=/run/user/myUserId/keyring/ssh"
|
#Environment="SSH_AUTH_SOCK=/run/user/myUserId/keyring/ssh"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
||||||
ExecStart=smartctl_tests_long
|
ExecStart=smartctl_tests_long
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
||||||
ExecStart=systemd_check
|
ExecStart=systemd_check
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in a new issue