On Mon, Jul 9, 2012 at 1:59 AM, Xin Zhao <sean.null@xxxxxxxxx> wrote: > I changed to systemd recently but wicd does not start when system boots as > before. > > I add /etc/systemd/wicd.service typed as Units should be in /etc/systemd/system/. > Requires=syslog.target > After=syslog.target These are not needed anymore. > [Install] > WantedBy=network.target I think multi-user.target is traditional here... Don't forget to `systemctl enable` your unit, and verify it with `systemctl start` of course. -- Mantas Mikulėnas