From f5e4588e0e73046ed0995c148e8a4619b9ba69fb Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 12 Jun 2018 17:24:57 +0200 Subject: specfile: netconsole service moved to /usr/libexec --- usr/lib/systemd/system/netconsole.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 usr/lib/systemd/system/netconsole.service (limited to 'usr/lib/systemd') diff --git a/usr/lib/systemd/system/netconsole.service b/usr/lib/systemd/system/netconsole.service new file mode 100644 index 00000000..29248a4f --- /dev/null +++ b/usr/lib/systemd/system/netconsole.service @@ -0,0 +1,14 @@ +[Unit] +Description=Initializes network console logging of kernel messages +ConditionPathExists=/etc/sysconfig/netconsole +After=network-online.target +Wants=network-online.target + +[Service] +ExecStart=/usr/libexec/netconsole start +ExecStop=/usr/libexec/netconsole stop +Type=oneshot +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1