aboutsummaryrefslogtreecommitdiffstats
path: root/usr/lib/systemd/system/mandriva-save-dmesg.service
diff options
context:
space:
mode:
Diffstat (limited to 'usr/lib/systemd/system/mandriva-save-dmesg.service')
-rw-r--r--usr/lib/systemd/system/mandriva-save-dmesg.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr/lib/systemd/system/mandriva-save-dmesg.service b/usr/lib/systemd/system/mandriva-save-dmesg.service
new file mode 100644
index 00000000..386e263e
--- /dev/null
+++ b/usr/lib/systemd/system/mandriva-save-dmesg.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Save boot dmesg content
+DefaultDependencies=no
+Conflicts=shutdown.target
+After=systemd-udev-settle.service local-fs.target
+Before=shutdown.target
+
+[Service]
+ExecStart=-/lib/systemd/mandriva-save-dmesg
+Type=oneshot
+RemainAfterExit=yes
+
+[Install]
+WantedBy=shutdown.target