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