-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate systemd pods: generate units with WantedBy=multi-user.target
... instead of default.target. According to the systemd manual[1] "typical" units should not use `WantedBy=default.target`: > For typical unit files please set "WantedBy=" to a regular target > (like multi-user.target or graphical.target), > instead of default.target, since such a service will also be run on > special boots like on system update, emergency boot… Use `multi-user.target` instead. [1]: https://www.freedesktop.org/software/systemd/man/latest/systemd.special.html#default.target Signed-off-by: Leonard Göhrs <[email protected]> Signed-off-by: Leonard Göhrs <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters