2018-01-11 01:30:11 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Start the qeth HiperSockets Network Concentrator
|
2019-04-18 20:16:03 +02:00
|
|
|
After=network-online.target remote-fs.target
|
2018-01-11 01:30:11 +01:00
|
|
|
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
|