summaryrefslogtreecommitdiffstats
path: root/abs/extra/fluidsynth/fluidsynth.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/fluidsynth/fluidsynth.systemd')
-rw-r--r--abs/extra/fluidsynth/fluidsynth.systemd9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/fluidsynth/fluidsynth.systemd b/abs/extra/fluidsynth/fluidsynth.systemd
new file mode 100644
index 0000000..06784fe
--- /dev/null
+++ b/abs/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