2014-08-13 09:12:17 +00:00
|
|
|
[Unit]
|
|
|
|
|
Description=TiMidity++ Daemon
|
|
|
|
|
After=sound.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
2021-11-26 10:15:37 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
|
ProtectSystem=full
|
|
|
|
|
ProtectHome=read-only
|
|
|
|
|
ProtectHostname=true
|
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
|
ProtectKernelModules=true
|
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
|
ProtectControlGroups=true
|
|
|
|
|
RestrictRealtime=true
|
|
|
|
|
# end of automatic additions
|
2014-08-13 09:12:17 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/timidity
|
|
|
|
|
ExecStart=/usr/bin/timidity $TIM_ALSASEQPARAMS $TIM_STARTUP
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|