syslog to journal

Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
This commit is contained in:
BlubbFish 2022-01-19 23:48:40 +01:00
parent 7abb5942ff
commit 7bd8839960

View File

@ -72,7 +72,7 @@ if [[ -n "${LOGOUTPUT}" ]]; then
else
echo "StandardOutput=null" >> service-${NAME}
fi
echo "StandardError=syslog" >> service-${NAME}
echo "StandardError=journal" >> service-${NAME}
echo "" >> service-${NAME}
echo "[Install]" >> service-${NAME}
echo "WantedBy=multi-user.target" >> service-${NAME}