Skip to content

Commit

Permalink
use correct pid file flag in systemd unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Morelly authored and yyyar committed May 10, 2021
1 parent 80c57da commit 813ed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/systemd/gobetween.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=network.target remote-fs.target nss-lookup.target
Type=simple
PIDFile=/run/gobetween.pid
#ExecStartPre=prestart some command
ExecStart=/usr/sbin/gobetween -c /etc/gobetween.toml -pidfile /run/gobetween.pid
ExecStart=/usr/sbin/gobetween -c /etc/gobetween.toml --pidfile /run/gobetween.pid
ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true
LimitNOFILE=infinity
Expand Down

0 comments on commit 813ed7b

Please sign in to comment.