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:
Ben McClelland
2026-03-06 08:39:26 -08:00
parent 1595d2cf7f
commit fbff3f6365

View File

@@ -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