aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/mandriva-save-dmesg.service
blob: 1b7ad0be21408d1bb7d5db362c9585c65f137c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Save boot dmesg content
DefaultDependencies=no
Conflicts=shutdown.target
After=udev-settle.service local-fs.target
Before=shutdown.target

[Service]
ExecStart=-/lib/systemd/mandriva-save-dmesg
Type=oneshot
RemainAfterExit=yes