mirror of
https://github.com/sascha-hemi/spaceDevices.git
synced 2026-03-21 05:06:36 +01:00
20 lines
401 B
Desktop File
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 |