![](https://secure.gravatar.com/avatar/5fbfdcc9fece431e1ca05e46e42255d6.jpg?s=120&d=mm&r=g)
On Tue, Feb 24, 2015 at 03:54:40PM +0100, Steffen Nurpmeso wrote:
I have read a lot about it a few months ago, but sorry, i forget things that are not part of my day-to-day radar pretty fast :( Anyway, VoidLinux switched over to use it back then, and it seemed to be pretty painless, for me as an occasional user it definitely was an absolutely painless transition. (Their package manager also seems to be quite a good thing, though other decisions i see differently. Anyway. That is from a user point of view.) E.g., dhcpcd [2] and ssh [3]:
[2] https://github.com/voidlinux/void-packages/blob/master/srcpkgs/dhcpcd/ [3] https://github.com/voidlinux/void-packages/blob/master/srcpkgs/openssh/
dhcpcd.service: [Unit] Description=Lightweight DHCP client daemon Wants=network.target Before=network.target
[Service] Type=forking PIDFile=/run/dhcpcd.pid ExecStart=/usr/sbin/dhcpcd -q -b ExecStop=/usr/sbin/dhcpcd -x
[Install] WantedBy=multi-user.target
For me this looks like systemd and definitely not something runit is using ;) Greetings Juergen