summaryrefslogtreecommitdiff
path: root/testing/fluidsynth/fluidsynth.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fluidsynth/fluidsynth.systemd')
-rw-r--r--testing/fluidsynth/fluidsynth.systemd9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/fluidsynth/fluidsynth.systemd b/testing/fluidsynth/fluidsynth.systemd
deleted file mode 100644
index 06784fe05..000000000
--- a/testing/fluidsynth/fluidsynth.systemd
+++ /dev/null
@@ -1,9 +0,0 @@
-[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