2011-04-27 08:41:28 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Free all devices on startup
|
|
|
|
DefaultDependencies=no
|
2020-01-14 12:20:20 +00:00
|
|
|
Before=sysinit.target systemd-udev-trigger.service
|
2011-04-27 08:41:28 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2016-04-22 12:49:48 +00:00
|
|
|
ExecStart=/usr/sbin/device_cio_free
|
2011-04-27 08:41:28 +00:00
|
|
|
StandardOutput=syslog
|
2018-09-21 08:55:00 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|