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: Created Aug. 1, 2017, 3:46 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW
« no previous file with comments | « no previous file | modules/spawn_fcgi/manifests/init.pp » ('j') | modules/spawn_fcgi/manifests/init.pp » ('J')

Powered by Google App Engine
This is Rietveld