On Mon, Jul 9, 2012 at 9:35 AM, Kevin Chadwick <ma1l1ists@xxxxxxxxxxx> wrote: >> I write my own because >> "systemctl enable wicd.service" failed >> The error message is >> Failed to issue method call: File exists >> >> >> So I decide to google and write it on my own.... > > So what would be the bare minimum unit file to add a commandline. I ask > because polkit is rediculous to edit especially if you have to > create policy from scratch such as on Fedora, POLKIT's HOME! Systemd > doesn't look anywhere near that level of idiocy, but I still wonder > how quickly a commandline could be added without pre-pregged unit files? What do you mean by "add a commandline"? If you want to debug your boot you can do "systemctl enable debug-shell.service" and this will be available on tty9 on next reboot. Not sure if that's what you want though...? -t