Use correct default.target for user systemd services
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexander Schäferdiek 2022-08-20 10:08:18 +02:00
parent 91795249ad
commit 04b18fefa0
15 changed files with 15 additions and 15 deletions

View file

@ -7,4 +7,4 @@ Type=oneshot
ExecStart=check_updates ExecStart=check_updates
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View file

@ -7,4 +7,4 @@ Type=oneshot
ExecStart=disk_space_alert ExecStart=disk_space_alert
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View file

@ -7,4 +7,4 @@ Type=oneshot
ExecStart=docker_check ExecStart=docker_check
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View file

@ -7,4 +7,4 @@ Type=oneshot
ExecStart=dynv6 ExecStart=dynv6
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View file

@ -7,4 +7,4 @@ Type=oneshot
ExecStart=memory_usage_alert ExecStart=memory_usage_alert
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View file

@ -7,4 +7,4 @@ Type=oneshot
ExecStart=smartctl_tests_long ExecStart=smartctl_tests_long
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View file

@ -7,4 +7,4 @@ Type=oneshot
ExecStart=systemd_check ExecStart=systemd_check
[Install] [Install]
WantedBy=default.target WantedBy=multi-user.target

View file

@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
Environment="BORGMATIC_NAME=%I" Environment="BORGMATIC_NAME=%I"
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target

View file

@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
Environment="BORGMATIC_NAME=%I" Environment="BORGMATIC_NAME=%I"
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target

View file

@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
Environment="BORGMATIC_NAME=%I" Environment="BORGMATIC_NAME=%I"
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target

View file

@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
Environment="BORGMATIC_NAME=%I" Environment="BORGMATIC_NAME=%I"
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target

View file

@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
EnvironmentFile=%h/.config/restic/%I/env EnvironmentFile=%h/.config/restic/%I/env
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target

View file

@ -15,4 +15,4 @@ Environment="RESTIC_FILE_EXCLUDE=%h/.config/restic/%I/exclude"
EnvironmentFile=%h/.config/restic/%I/env EnvironmentFile=%h/.config/restic/%I/env
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target

View file

@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
EnvironmentFile=%h/.config/restic/%I/env EnvironmentFile=%h/.config/restic/%I/env
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target

View file

@ -13,4 +13,4 @@ Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
EnvironmentFile=%h/.config/restic/%I/env EnvironmentFile=%h/.config/restic/%I/env
[Install] [Install]
WantedBy=multi-user.target WantedBy=default.target