Use correct default.target for user systemd services
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
91795249ad
commit
04b18fefa0
15 changed files with 15 additions and 15 deletions
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=check_updates
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=disk_space_alert
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=docker_check
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=dynv6
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=memory_usage_alert
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=smartctl_tests_long
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -7,4 +7,4 @@ Type=oneshot
|
|||
ExecStart=systemd_check
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|||
Environment="BORGMATIC_NAME=%I"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|||
Environment="BORGMATIC_NAME=%I"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|||
Environment="BORGMATIC_NAME=%I"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|||
Environment="BORGMATIC_NAME=%I"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
|
@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|||
EnvironmentFile=%h/.config/restic/%I/env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
|
@ -15,4 +15,4 @@ Environment="RESTIC_FILE_EXCLUDE=%h/.config/restic/%I/exclude"
|
|||
EnvironmentFile=%h/.config/restic/%I/env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
|
@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|||
EnvironmentFile=%h/.config/restic/%I/env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
|
@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
|||
EnvironmentFile=%h/.config/restic/%I/env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue