#981 Add ogAdmServer own systemd unit file

This commit is a step in the direction to remove the old unit file. It
also allow us to move ogAdmServer to its own repo.
master
Javier Sánchez Parra 2020-06-16 10:57:41 +02:00 committed by OpenGnSys Support Team
parent cf7bbdac90
commit 75a8d470bb
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# ogAdmServer systemd service file
[Unit]
Documentation=https://opengnsys.es/trac/wiki/En%%3ADocumentacionUsuario
Description=OpenGnsys server
Requires=mysql.service
After=mysql.service
[Install]
WantedBy=multi-user.target
[Service]
ExecStart=/opt/opengnsys/sbin/ogAdmServer -f /opt/opengnsys/etc/ogAdmServer.cfg