diff options
Diffstat (limited to 'parabolaweb.service')
-rw-r--r-- | parabolaweb.service | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/parabolaweb.service b/parabolaweb.service index a59d585..011f3de 100644 --- a/parabolaweb.service +++ b/parabolaweb.service @@ -4,10 +4,8 @@ After=postgresql.service Description=ParabolaWeb [Service] -Type=forking -PIDFile=/run/web/parabolaweb.pid -ExecStartPre=/usr/bin/install -dm777 /run/web -ExecStart=/usr/sbin/parabolaweb-fcgi pidfile=/run/web/parabolaweb.pid +Type=simple +ExecStart=/usr/sbin/parabolaweb-fcgi daemonize=false [Install] WantedBy=multi-user.target |