mirror of
https://github.com/versity/versitygw.git
synced 2026-03-27 18:05:00 +00:00
fix: update deprecated StandardOutput/StandardError type
Fix warnings from newer systemd: Standard output type syslog is obsolete, automatically updating to journal. This updates the stdout/stderr to journal output type which is what is getting set anyways after the syslog type has been deprecated. No expected behavior change with this other than quieting warnings.
This commit is contained in:
@@ -8,8 +8,8 @@ AssertPathExists=/etc/versitygw.d/%i.conf
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/root
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
SyslogIdentifier=versitygw-%i
|
||||
|
||||
User=root
|
||||
|
||||
Reference in New Issue
Block a user