mirror of
https://github.com/versity/versitygw.git
synced 2026-08-20 14:16:28 +00:00
Merge pull request #1938 from versity/ben/systemd
fix: update deprecated StandardOutput/StandardError type
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