blob: ad5ae1cb52946b580f84e2538f82e6b1fb2d8301 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Dump dmesg to /var/log/dmesg
After=basic.target
[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/rhel-dmesg
RemainAfterExit=yes
[Install]
WantedBy=basic.target
|