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

Side by Side Diff: modules/spawn_fcgi/files/spawn-fcgi.service

Issue 29502643: #2498 - Provide systemd unit for spawn-fcgi (Closed) Base URL: https://hg1/infrastructure
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/spawn_fcgi/manifests/init.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « no previous file | modules/spawn_fcgi/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld