This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=workers=2
-
EnvironmentFile=-/etc/default/%p
-
ExecStart=/usr/bin/spawn-fcgi -F ${workers} -d / -u www-data -g www-data -s /var/run/%p.sock -P /var/run/%p.pid -- /usr/share/request-tracker4/libexec/rt-server.fcgi
-
PIDFile=/run/%p.pid
-
Restart=on-failure
-
RestartSec=5
-
SyslogIdentifier=%p
-
Type=forking
-
-
[Unit]
-
Description=request-tracker4 FastCGI daemon
-
Additionnal notes
Nothing here.