Standard output type syslog is obsolete

27.11.2025 - Lesezeit: ~1 Minute

Diese Warnung beim Start eines Service:

Standard output type syslog is obsolete,, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.

kann man beheben in dem man in der Datei /etc/systemd/system/wnfjukebox_http.service

StandardOutput=syslog
StandardError=syslog

durch

StandardOutput=journal
StandardError=journal

ersetzt

Tags: Linux Service Raspi