[systemd-devel] Orchestrating a shutdown immediately after boot

2013-07-08 Thread Kerrick Staley
I'd like my system to: 1. boot 2. run a command 3. shut down I've implemented step 2 in a .service file [1], but I can't figure out how to automatically shut the system down once it's finished. shutdown.target conflicts with all services that don't set DefaultDependencies=false (which is most of

Re: [systemd-devel] Orchestrating a shutdown immediately after boot

2013-07-08 Thread Lennart Poettering
On Mon, 08.07.13 00:08, Kerrick Staley (kerr...@kerrickstaley.com) wrote: I'd like my system to: 1. boot 2. run a command 3. shut down I've implemented step 2 in a .service file [1], but I can't figure out how to automatically shut the system down once it's finished. shutdown.target