Skip to content

Instantly share code, notes, and snippets.

@agsdot
Created September 9, 2016 20:37
Show Gist options
  • Save agsdot/5452f69018a8d303ca914acabda53fdf to your computer and use it in GitHub Desktop.
Save agsdot/5452f69018a8d303ca914acabda53fdf to your computer and use it in GitHub Desktop.
[Unit]
Description=Start KA Lite Web Service
Addfter=network.target
[Service]
Type=simple
ExecStart=/usr/bin/kalite start
ExecStop=/usr/bin/kalite stop
RemainAfterExit=yes
Restart=always
RestartSec=30
User=alarm
Group=alarm
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment