forked from pool/s390-tools
e0449582f8
'/boot/zipl/active_devices.txt' (bsc#1232474, bsc#1216257) * ctc_configure * dasd_configure * qeth_configure * zfcp_host_configure OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=228
16 lines
364 B
Plaintext
16 lines
364 B
Plaintext
[Unit]
|
|
Description=System startup script for the Linux - z/VM Log reader
|
|
After=network-online.target remote-fs.target
|
|
Wants=network-online.target remote-fs.target
|
|
ConditionPathExists=!/dev/vmlogrdr_LOGREC
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/usr/sbin/modprobe vmlogrdr
|
|
ExecStop=/usr/sbin/modprobe -r vmlogrdr
|
|
|
|
[Install]
|
|
WantedBy=default.target
|