aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/mandriva-save-dmesg.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/mandriva-save-dmesg.service')
-rw-r--r--systemd/system/mandriva-save-dmesg.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd/system/mandriva-save-dmesg.service b/systemd/system/mandriva-save-dmesg.service
new file mode 100644
index 00000000..5fd1bcaa
--- /dev/null
+++ b/systemd/system/mandriva-save-dmesg.service
@@ -0,0 +1,11 @@
+[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