We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4509c78 commit cba4bd4Copy full SHA for cba4bd4
scripts/install.sh
@@ -255,8 +255,8 @@ After=syslog.target network.target
255
256
[Service]
257
Type=simple
258
-StandardOut=syslog
259
-StandardError=syslog
+StandardOutput=journal
+StandardError=journal
260
SyslogIdentifier=tioj-judge
261
ExecStart=/usr/bin/nice -n -10 tioj-judge -v
262
ExecStop=/bin/kill -s INT \$MAINPID
0 commit comments