On Mon, Jul 9, 2012 at 1:28 AM, Xin Zhao <sean.null@xxxxxxxxx> wrote: > I write my own because > "systemctl enable wicd.service" failed > The error message is > Failed to issue method call: File exists Sounds like wicd is already enabled. You can verify this with "systemctl status wicd.service". To start it, either reboot or do "systemctl start wicd.service". -t