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
16 lines
356 B
Desktop File
16 lines
356 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
|