fluidsynth/fluidsynth.service
Takashi Iwai 327fa8e166 Accepting request 842609 from home:13ilya
- Refresh spec-file via spec-cleaner and manual optimizations.
- Add Requires:fluid-soundfont-gm.
- Add user fluidsynth and group audio. 
- Add files: fluidsynth.conf and fluidsynth.service.

OBS-URL: https://build.opensuse.org/request/show/842609
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=80
2020-10-23 09:17:54 +00:00

15 lines
284 B
Desktop File

[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