summaryrefslogtreecommitdiffstats
path: root/device_cio_free.service
blob: 07a57f508e3516790881dd22ff11e4c0f6c95c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Free all devices on startup
DefaultDependencies=no
Before=sysinit.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/device_cio_free
StandardOutput=syslog

[Install]
WantedBy=sysinit.target