core/fluidsynth/fluidsynth.service

10 lines
197 B
Desktop File

[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