diff options
Diffstat (limited to 'systemd/system/mandriva-boot-links.service')
-rw-r--r-- | systemd/system/mandriva-boot-links.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd/system/mandriva-boot-links.service b/systemd/system/mandriva-boot-links.service new file mode 100644 index 00000000..202dfc58 --- /dev/null +++ b/systemd/system/mandriva-boot-links.service @@ -0,0 +1,11 @@ +[Unit] +Description=Setup links in /boot for running kernel +DefaultDependencies=no +Requires=local-fs.target +Conflicts=shutdown.target +After=local-fs.target +Before=shutdown.target + +[Service] +ExecStart=-/lib/systemd/mandriva-boot-links +Type=oneshot |