Files
spaceDevices/extras/spaceDevicesGo.service
Holger Cremer 76b5ff15fd better logging
2018-01-05 21:09:50 +01:00

20 lines
401 B
Desktop File

[Unit]
Description=spaceDevicesGo
After=syslog.target
After=network.target
[Service]
Type=simple
User=status
Group=status
Environment="GIN_MODE=release"
WorkingDirectory=/home/status/spaceDevices2
ExecStart=/home/status/spaceDevices2/spaceDevices
Restart=always
RestartSec=60
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=60
[Install]
WantedBy=multi-user.target