forked from pool/s390-tools
17 lines
418 B
SYSTEMD
17 lines
418 B
SYSTEMD
|
[Unit]
|
||
|
Description=Start the qeth HiperSockets Network Concentrator
|
||
|
After=network-online.target remote-fs.target
|
||
|
Wants=network-online.target remote-fs.target
|
||
|
ConditionPathExists=/sys/devices/qeth
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
ExecStart=/usr/lib/systemd/scripts/hsnc start
|
||
|
ExecStartPost=/usr/lib/systemd/scripts/hsnc status
|
||
|
ExecStop=/usr/lib/systemd/scripts/hsnc stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|