forked from pool/suse-module-tools
Marcus Meissner
4ee27c60b7
- Ignore failures when loading the kernel sysctl (bsc#977715). - Add a systemd service to load /boot/sysctl.conf-`uname -r` (bsc#977715). OBS-URL: https://build.opensuse.org/request/show/394043 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=33
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
[Unit]
|
|
RequiresMountsFor=/boot
|
|
|
|
[Service]
|
|
ExecStartPre=-/usr/lib/systemd/systemd-sysctl /boot/sysctl.conf-%v
|