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:
parent
7abb5942ff
commit
7bd8839960
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user