Skip to content

Instantly share code, notes, and snippets.

@jcorrius
Created November 15, 2018 09:18
Show Gist options
  • Save jcorrius/d560da45c6d8f0bed5fb86a960faa521 to your computer and use it in GitHub Desktop.
Save jcorrius/d560da45c6d8f0bed5fb86a960faa521 to your computer and use it in GitHub Desktop.
Debian service file sample
[Unit]
Description=Demo Api Service
After=network.target
[Service]
Type=simple
ExecStart=/opt/bluekiri/demoapi/demoapi
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment