Skip to content

Commit cba4bd4

Browse files
Fix obsolete systemd service options
1 parent 4509c78 commit cba4bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ After=syslog.target network.target
255255
256256
[Service]
257257
Type=simple
258-
StandardOut=syslog
259-
StandardError=syslog
258+
StandardOutput=journal
259+
StandardError=journal
260260
SyslogIdentifier=tioj-judge
261261
ExecStart=/usr/bin/nice -n -10 tioj-judge -v
262262
ExecStop=/bin/kill -s INT \$MAINPID

0 commit comments

Comments
 (0)