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