From 6927bc553c9c6a5badcfef904fe180cd0d959fbc Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Thu, 21 May 2020 15:57:06 +0200 Subject: [PATCH] Fix unit type to forking --- conf/systemd.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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