Takashi Iwai
d4fe34c420
- Drop ProtectClock hardening, can cause issues if other device acceess is needed OBS-URL: https://build.opensuse.org/request/show/925454 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=95
25 lines
597 B
Desktop File
25 lines
597 B
Desktop File
[Unit]
|
|
Description=FluidSynth GM daemon
|
|
Documentation=man:fluidsynth(1)
|
|
After=sound.target
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
# end of automatic additions
|
|
User=fluidsynth
|
|
Group=audio
|
|
EnvironmentFile=-/etc/sysconfig/fluidsynth
|
|
ExecStart=/usr/bin/fluidsynth -is $OTHER_OPTS $SOUND_FONT
|
|
LimitRTPRIO=90
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|