-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc_systemd_units: Remove obsolete
StandardOutput=syslog
On Ubuntu 20.10 with systemd 246, systemd warnings like below. Apr 23 08:57:24 flughafenberlinbrandenburgwillybrandt systemd[1]: /etc/systemd/system/mxvlan.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. So remove these obsolete entries, which are also obsolete in systemd 242 used in MarIuX. systemd 246 introduced the warning: > * StandardError= and StandardOutput= in unit files no longer support > the "syslog" and "syslog-console" switches. They were long removed > from the documentation, but will now result in warnings when used, > and be converted to "journal" and "journal+console" automatically.
- Loading branch information
Showing
4 changed files
with
0 additions
and
4 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
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