summaryrefslogtreecommitdiffstats
path: root/admin/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'admin/Sources')
-rw-r--r--admin/Sources/Services/opengnsys.service25
1 files changed, 25 insertions, 0 deletions
diff --git a/admin/Sources/Services/opengnsys.service b/admin/Sources/Services/opengnsys.service
new file mode 100644
index 00000000..89b8c492
--- /dev/null
+++ b/admin/Sources/Services/opengnsys.service
@@ -0,0 +1,25 @@
+# OpenGnsys systemd service file
+
+[Unit]
+Documentation=https://opengnsys.es/trac/wiki/En%3ADocumentacionUsuario
+SourcePath=/etc/init.d/opengnsys
+Description=LSB: OpenGnsys system services
+Before=multi-user.target
+Before=graphical.target
+Requires=mysql.service
+After=mysql.service
+
+[Install]
+WantedBy=multi-user.target
+
+[Service]
+Type=forking
+Restart=no
+TimeoutSec=5min
+IgnoreSIGPIPE=no
+KillMode=process
+GuessMainPID=no
+RemainAfterExit=yes
+SuccessExitStatus=5 6
+ExecStart=/etc/init.d/opengnsys start
+ExecStop=/etc/init.d/opengnsys stop