Takashi Iwai
327fa8e166
- 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
15 lines
284 B
Desktop File
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
|