mirror of
https://github.com/stevenhowes/osgrid-server.git
synced 2026-05-26 15:53:42 +01:00
18 lines
390 B
Desktop File
18 lines
390 B
Desktop File
[Unit]
|
|
Description=OS Grid Server
|
|
ConditionPathExists=/opt/sartools/osgrid-server
|
|
After=network.target
|
|
[Service]
|
|
Type=simple
|
|
User=sartools
|
|
Group=sartools
|
|
WorkingDirectory=/opt/sartools/
|
|
ExecStart=/opt/sartools/osgrid-server --port localhost:9090
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=osgrid-server
|
|
[Install]
|
|
WantedBy=multi-user.target
|