aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/mandriva-save-dmesg.service
blob: 5fd1bcaa400559fa6de17048b8f3e9795e470ce1 (plain)
1
2
3
4
5
6
7
8
9
10
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