Skip to content

Commit

Permalink
Remove forking systemd service config
Browse files Browse the repository at this point in the history
  • Loading branch information
oestrich committed May 5, 2020
1 parent 5e55862 commit de8ddbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/files/exventure.service
Expand Up @@ -3,14 +3,11 @@ Description=Runner for ExVenture
After=network.target

[Service]
Type=forking
User=deploy
Group=deploy
WorkingDirectory=/home/deploy/ex_venture
Environment=LANG=en_US.UTF-8
ExecStart=/home/deploy/ex_venture/bin/ex_venture start
ExecStop=/home/deploy/ex_venture/bin/ex_venture stop
PIDFile=/home/deploy/ex_venture.pid
SyslogIdentifier=ex_venture
RemainAfterExit=no
Restart=on-failure
Expand Down

0 comments on commit de8ddbc

Please sign in to comment.