diff --git a/conf/systemd.service b/conf/systemd.service index 7085887..9e9b08b 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -3,10 +3,9 @@ Description=Image hosting and sharing service After=network.target [Service] -Type=simple +Type=forking User=__APP__ Group=__APP__ -RemainAfterExit=yes WorkingDirectory=__FINALPATH__/ PIDFile=__FINALPATH__/script/hypnotoad.pid ExecStart=/usr/bin/carton exec hypnotoad script/lutim >> /var/log/lutim/production.log 2>&1