Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 # Copy of the automatically generated unit after running | |
2 # systemctl enable spawn-fcgi on debian 8.8/systemd 215 | |
3 | |
1 [Unit] | 4 [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 | 5 SourcePath=/etc/init.d/spawn-fcgi |
3 Description=LSB: initscript to manage a pool of workers configured in $POOL_DIR | 6 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 | 7 Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutd own.target |
5 After=remote-fs.target systemd-journald-dev-log.socket | 8 After=remote-fs.target systemd-journald-dev-log.socket |
6 Conflicts=shutdown.target | 9 Conflicts=shutdown.target |
7 | 10 |
8 [Service] | 11 [Service] |
9 Type=forking | 12 Type=forking |
10 Restart=no | 13 Restart=no |
11 TimeoutSec=5min | 14 TimeoutSec=5min |
12 IgnoreSIGPIPE=no | 15 IgnoreSIGPIPE=no |
13 KillMode=process | 16 KillMode=process |
14 GuessMainPID=no | 17 GuessMainPID=no |
15 RemainAfterExit=yes | 18 RemainAfterExit=yes |
16 SysVStartPriority=2 | 19 SysVStartPriority=2 |
17 ExecStart=/etc/init.d/spawn-fcgi start | 20 ExecStart=/etc/init.d/spawn-fcgi start |
18 ExecStop=/etc/init.d/spawn-fcgi stop | 21 ExecStop=/etc/init.d/spawn-fcgi stop |
19 ExecReload=/etc/init.d/spawn-fcgi reload | 22 ExecReload=/etc/init.d/spawn-fcgi reload |
20 | 23 |
LEFT | RIGHT |