fluidsynth/fluidsynth.service.in
derselbst aa3703b2e3 add systemd service files
to enable running fluidsynth as user service. Fixes #342
2018-02-20 21:31:35 +01:00

13 lines
307 B
SYSTEMD

[Unit]
Description=FluidSynth Daemon
Documentation=man:fluidsynth(1)
After=sound.target
[Service]
EnvironmentFile=@FLUID_DAEMON_ENV_FILE@
EnvironmentFile=-%h/.config/fluidsynth
ExecStart=@CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/fluidsynth -is $OTHER_OPTS $SOUND_FONT
[Install]
WantedBy=multi-user.target