Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 [Unit] | |
mathias
2017/08/01 22:21:18
Where does the content of this file come from? How
f.nicolaisen
2017/08/02 07:51:48
This is explained in the commit message, but I can
| |
2 SourcePath=/etc/init.d/spawn-fcgi | |
3 Description=LSB: initscript to manage a pool of workers configured in $POOL_DIR | |
4 Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutd own.target | |
5 After=remote-fs.target systemd-journald-dev-log.socket | |
6 Conflicts=shutdown.target | |
7 | |
8 [Service] | |
9 Type=forking | |
10 Restart=no | |
11 TimeoutSec=5min | |
12 IgnoreSIGPIPE=no | |
13 KillMode=process | |
14 GuessMainPID=no | |
15 RemainAfterExit=yes | |
16 SysVStartPriority=2 | |
17 ExecStart=/etc/init.d/spawn-fcgi start | |
18 ExecStop=/etc/init.d/spawn-fcgi stop | |
19 ExecReload=/etc/init.d/spawn-fcgi reload | |
20 | |
OLD | NEW |