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"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=check_updates
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=disk_space_alert
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=docker_check
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=memory_usage_alert
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -9,4 +9,4 @@ ExecStart=resticwrapper
|
|||
#Environment="SSH_AUTH_SOCK=/run/user/myUserId/keyring/ssh"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=smartctl_tests_long
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=systemd_check
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Reference in a new issue