forked from pool/s390-tools
f675d71be2
- Converted the following SysV init scripts to systemd unit files and scripts (bsc#1050786): * appldata * hsnc * vmlogrdr * xpram OBS-URL: https://build.opensuse.org/request/show/563489 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=43
17 lines
418 B
Desktop File
17 lines
418 B
Desktop File
[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
|