e6494dc003
- Make sure that *ALL* scripts are either sh compatible or have been properly tagged as #!/bin/bash, not just the specfile. - Drop BuildRequires: dracut, because it is not required to build or install the source. Installation of the dracut module files depends on the HAVE_DRACUT make variable only. - Remove invisible trailing whitespaces. OBS-URL: https://build.opensuse.org/request/show/678101 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=81
16 lines
355 B
Desktop File
16 lines
355 B
Desktop File
[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=/sbin/modprobe vmlogrdr
|
|
ExecStop=/sbin/modprobe -r vmlogrdr
|
|
|
|
[Install]
|
|
WantedBy=default.target
|