[arch-general] How to make wicd work under systemd?

Mantas Mikulėnas grawity at gmail.com
Sun Jul 8 19:03:45 EDT 2012


On Mon, Jul 9, 2012 at 1:59 AM, Xin Zhao <sean.null at gmail.com> 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


More information about the arch-general mailing list