/lib/systemd/system/rt4-fcgi.service is in rt4-fcgi 4.4.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [Unit]
Description=request-tracker4 FastCGI daemon
[Service]
Type=forking
PIDFile=/var/run/%p.pid
SyslogIdentifier=%p
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
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
|