[systemd-devel] Scheduling unit at reboot.target and shutdown.target
D.S. Ljungmark
spider at aanstoot.se
Fri Oct 27 09:43:54 UTC 2017
So, I've got a piece of hardware I want to do a final handover to just
around reboot.target / shutdown.target
This will then cause the entire CPU and hardware allocated to it to
actually drop power (and schedule re-power), so I don't want to do this
earlier.
Is it simply to do:
[Unit]
DefaultDependencies=no
[Service]
ExecStart=/usr/bin/big-buck-bunny /dev/i2c-1
Type=oneshot
[Install]
WantedBy=reboot.target
or am I missing something here? ( Perhaps the fact that systemd has
already pivoted root to somewhere else?)
//D.S.
More information about the systemd-devel
mailing list