mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
aa3703b2e3
to enable running fluidsynth as user service. Fixes #342
13 lines
307 B
SYSTEMD
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
|
|
|