Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: modules/spawn_fcgi/files/spawn-fcgi.service

Issue 29502643: #2498 - Provide systemd unit for spawn-fcgi (Closed) Base URL: https://hg1/infrastructure
Left Patch Set: Created Aug. 1, 2017, 3:46 p.m.
Right Patch Set: forgot to write file before commit. argh Created Aug. 8, 2017, 10:51 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | modules/spawn_fcgi/manifests/init.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
LEFTRIGHT

Powered by Google App Engine
This is Rietveld