Skip to content

Instantly share code, notes, and snippets.

@oostendo
Created November 7, 2016 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oostendo/7bd7efeebd2dc135e17a077326469b24 to your computer and use it in GitHub Desktop.
Save oostendo/7bd7efeebd2dc135e17a077326469b24 to your computer and use it in GitHub Desktop.
[Unit]
Description=Fluidsynth
[Service]
Type=forking
# The PID file is optional, but recommended in the manpage
# "so that systemd can identify the main process of the daemon"
PIDFile=/var/run/fluidsynth.pid
ExecStart=/home/pi/bin/fluidsynth_service.sh start
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment