adds systemd service file and gimp file for example

This commit is contained in:
Holger Cremer
2018-01-04 22:17:09 +01:00
parent ae594724ec
commit 5725bae3f9
2 changed files with 20 additions and 0 deletions

BIN
extras/example.xcf Normal file

Binary file not shown.

View File

@@ -0,0 +1,20 @@
[Unit]
Description=spaceDevicesGo
After=syslog.target
After=network.target
[Service]
Type=simple
User=<Insert User>
Group=<Insert User>
Environment="GIN_MODE=release"
WorkingDirectory=<Change>
ExecStart=<Change>/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