summaryrefslogtreecommitdiff
path: root/extra/fluidsynth/fluidsynth.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fluidsynth/fluidsynth.systemd')
-rw-r--r--extra/fluidsynth/fluidsynth.systemd3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/fluidsynth/fluidsynth.systemd b/extra/fluidsynth/fluidsynth.systemd
index 06784fe05..ce37ab4d0 100644
--- a/extra/fluidsynth/fluidsynth.systemd
+++ b/extra/fluidsynth/fluidsynth.systemd
@@ -3,7 +3,8 @@ Description=FluidSynth Daemon
After=sound.target
[Service]
-ExecStart=/usr/bin/fluidsynth -is -a alsa -m alsa_seq -r 48000 # append soundfont path here
+ExecStart=/usr/bin/fluidsynth $SYNTHOPTS $SOUNDFONT
+EnvironmentFile=/etc/conf.d/fluidsynth
[Install]
WantedBy=multi-user.target