Index: modules/spawn_fcgi/files/spawn-fcgi.service
===================================================================
new file mode 100644
--- /dev/null
+++ b/modules/spawn_fcgi/files/spawn-fcgi.service
@@ -0,0 +1,20 @@
+[Unit]
+SourcePath=/etc/init.d/spawn-fcgi
+Description=LSB: initscript to manage a pool of workers configured in $POOL_DIR
+Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target
+After=remote-fs.target systemd-journald-dev-log.socket
+Conflicts=shutdown.target
+
+[Service]
+Type=forking
+Restart=no
+TimeoutSec=5min
+IgnoreSIGPIPE=no
+KillMode=process
+GuessMainPID=no
+RemainAfterExit=yes
+SysVStartPriority=2
+ExecStart=/etc/init.d/spawn-fcgi start
+ExecStop=/etc/init.d/spawn-fcgi stop
+ExecReload=/etc/init.d/spawn-fcgi reload
+
