2ade7f47aa
- Resolves: #1972449
13 lines
236 B
Desktop File
13 lines
236 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
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|