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