By ciropedrini
As an Arch Linux’s regular user i’m familiar with Systemd, how can i install and configure it as default in debian?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Debian 7 has a fairly old version of systemd, version 44, and when it was released there hadn’t been much work done to integrate it into the system. The backports repository has the more recent version 204. Instructions for enabling the backport repository are here: <br> <br>http://backports.debian.org/Instructions/ <br> <br>In theory, it should be as simple as installing the correct package and rebooting: <br> <br><pre> <br>apt-get -t wheezy-backports install systemd-sysv <br></pre> <br> <br>Though, I’d highly encourage taking a snapshot and testing it on that first. <br> <br>More info on systemd in Debian can be found here: <br> <br>https://wiki.debian.org/systemd <br> <br>
It worked, now i’m listing the services actualy running: <br> <br>http://hastebin.com/uveteburow.avrasm <br> <br>Can i remove the rc-* stuff without problems?
Commands like invoke-rc.d should be able to tell that you are running systemd and react appropriately. At least they can in in Debian Testing, I’m not sure off hand when that support was added. I’ve always just left them around. It doesn’t hurt and makes it easier to switch back if needed.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.