14 lines
258 B
SYSTEMD
14 lines
258 B
SYSTEMD
|
[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
|