Skip to content

Remove obsolete StandardOutput=syslog entries from miscellaneous systemd units #171

Merged
merged 2 commits into from
Jan 20, 2023

Commits on Jan 20, 2023

  1. 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.
    pmenzel authored and donald committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ec120bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37fd262 View commit details
    Browse the repository at this point in the history