File: netconsole.service

package info (click to toggle)
netconsole 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: sh: 134; makefile: 33
file content (16 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Dynamically configure Linux netconsole
Documentation=man:netconsole-setup(8)
After=network-online.target
Wants=network-online.target
RequiresMountsFor=/usr

[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=-/etc/default/netconsole
ExecStart=/usr/sbin/netconsole-setup $NETCONSOLE_OPTS
ExecReload=/usr/sbin/netconsole-setup $NETCONSOLE_OPTS

[Install]
WantedBy=multi-user.target