Skip to content

Instantly share code, notes, and snippets.

@gravelld
Created November 1, 2018 14:34
Show Gist options
  • Save gravelld/ccec942317ede34fcb66e66edc3aad7d to your computer and use it in GitHub Desktop.
Save gravelld/ccec942317ede34fcb66e66edc3aad7d to your computer and use it in GitHub Desktop.
[Unit]
Description=bliss
After=network.target
[Service]
Type=simple
# Another Type option: forking
User=music
WorkingDirectory=/opt/bliss
ExecStart=/opt/bliss/bin/bliss.sh
[Install]
# This means: when runlevel 3 (multi user) is reached, start this service
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment