Skip to content

Commit

Permalink
[willie.service] Fix bad PIDFile, unneeded ExecStop
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jun 15, 2014
1 parent a7eb50b commit 2699870
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/willie.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ After=network.target
[Service]
Type=simple
User=willie
PIDFile=/run/willie/willie.pid
PIDFile=/run/willie/willie-willie.pid
ExecStart=/usr/bin/willie -c /etc/willie.cfg --quiet
ExecStop=/bin/kill -USR1 $MAINPID
Restart=on-failure
RestartPreventExitStatus=2
RestartSec=30
Expand Down

0 comments on commit 2699870

Please sign in to comment.