f2e178576b
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/s390utils#1b3563184907d74fc54a3ae6c0393d330c2a79fa
14 lines
258 B
Desktop File
14 lines
258 B
Desktop File
[Unit]
|
|
Description=Free all devices on startup
|
|
DefaultDependencies=no
|
|
Before=sysinit.target systemd-udev-trigger.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/sbin/device_cio_free
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|