diff options
author | root <root@rshg054.dnsready.net> | 2012-09-21 00:28:31 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-21 00:28:31 -0700 |
commit | 7bcc3e9d12b9294024067ecaf8ab28a9fe83ab6c (patch) | |
tree | b3960814ca09f169fed5fd65f01497cb38fc3cf4 /extra/fluidsynth/fluidsynth.systemd | |
parent | 005a14f92ef5d35e4c47d970cb7e69367a835958 (diff) |
Fri Sep 21 00:28:30 PDT 2012
Diffstat (limited to 'extra/fluidsynth/fluidsynth.systemd')
-rw-r--r-- | extra/fluidsynth/fluidsynth.systemd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/fluidsynth/fluidsynth.systemd b/extra/fluidsynth/fluidsynth.systemd new file mode 100644 index 000000000..06784fe05 --- /dev/null +++ b/extra/fluidsynth/fluidsynth.systemd @@ -0,0 +1,9 @@ +[Unit] +Description=FluidSynth Daemon +After=sound.target + +[Service] +ExecStart=/usr/bin/fluidsynth -is -a alsa -m alsa_seq -r 48000 # append soundfont path here + +[Install] +WantedBy=multi-user.target |