mirror of https://git.48k.eu/ogserver
14 lines
316 B
INI
14 lines
316 B
INI
# 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
|