diff --git a/deploy/files/exventure.service b/deploy/files/exventure.service index 338b4c36c..ca42b0762 100644 --- a/deploy/files/exventure.service +++ b/deploy/files/exventure.service @@ -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