From 2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 30 Aug 2013 14:34:32 +0200 Subject: create /var/log/dmesg for compatibility reasons (#854002) --- systemd/system/rhel-dmesg.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systemd/system/rhel-dmesg.service (limited to 'systemd/system') diff --git a/systemd/system/rhel-dmesg.service b/systemd/system/rhel-dmesg.service new file mode 100644 index 00000000..ad5ae1cb --- /dev/null +++ b/systemd/system/rhel-dmesg.service @@ -0,0 +1,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 -- cgit v1.2.1