blob: 395c8e9f4ebc3306a2e7df79ca098d1e4ddb2858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ogserver systemd service file
[Unit]
Documentation=https://opengnsys.es/trac/wiki/En%%3ADocumentacionUsuario
Description=OpenGnsys server
Wants=mysql.service
After=mysql.service
[Install]
WantedBy=multi-user.target
[Service]
ExecStart=/opt/opengnsys/sbin/ogserver -f /opt/opengnsys/etc/ogserver.json
|