fluidsynth/fluidsynth.service

15 lines
284 B
SYSTEMD
Raw Normal View History

[Unit]
Description=FluidSynth GM daemon
Documentation=man:fluidsynth(1)
After=sound.target
[Service]
User=fluidsynth
Group=audio
EnvironmentFile=-/etc/sysconfig/fluidsynth
ExecStart=/usr/bin/fluidsynth -is $OTHER_OPTS $SOUND_FONT
LimitRTPRIO=90
[Install]
WantedBy=multi-user.target