summaryrefslogtreecommitdiffstats
path: root/abs/extra/fluidsynth/fluidsynth.systemd
blob: 06784fe05b3e0dfaa13722ddfc85720c72b3715c (plain)
1
2
3
4
5
6
7
8
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