Last active
September 16, 2018 06:01
-
-
Save michaeldimoudis/0989d4176e196877cdcbf0a9fb4fa31e to your computer and use it in GitHub Desktop.
systems service definition file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Appliance | |
Requires=network-online.target | |
After=network-online.target | |
[Service] | |
Type=simple | |
ExecStart=/home/pi/apps/Appliance/Appliance | |
Restart=always | |
StartLimitInterval=5min | |
StartLimitBurst=5 | |
StartLimitAction=reboot-force | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment