Files
Arch-R/packages/sysutils/systemd/system.d/kernel-overlays.service
Matthias Reichl 3a5b1f118f add RemainAfterExit=yes to our oneshot systemd services
This is required since systemd 245, without it oneshot services
may get started more than once.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-03-13 18:41:26 +01:00

13 lines
377 B
Desktop File

[Unit]
Description=Create kernel modules tree from overlays
DefaultDependencies=no
Before=systemd-udevd.service systemd-udev-trigger.service systemd-modules-load.service systemd-remount-fs.service swap.service machine-id.service kmod-static-nodes.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/kernel-overlays-setup
[Install]
WantedBy=local-fs.target