aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/mandriva-boot-links.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/mandriva-boot-links.service')
-rw-r--r--systemd/system/mandriva-boot-links.service12
1 files changed, 12 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..ced82ef0
--- /dev/null
+++ b/systemd/system/mandriva-boot-links.service
@@ -0,0 +1,12 @@
+[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
+RemainAfterExit=yes