17 lines
459 B
SYSTEMD
17 lines
459 B
SYSTEMD
|
[Unit]
|
||
|
Description=Load extra kernel modules for sound stuff
|
||
|
After=alsa-restore.service
|
||
|
ConditionPathExists=/proc/asound
|
||
|
|
||
|
[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
|
||
|
ProtectKernelLogs=true
|
||
|
ProtectControlGroups=true
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/lib/systemd/scripts/load-sound-modules.sh
|