Files
osgrid-server/osgrid-server.service
T
2023-10-18 15:14:54 +01:00

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