Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Arch systemd migration
PostPosted: Wed Aug 15, 2012 8:41 pm 
Offline

Joined: Sat Jan 01, 2011 8:41 pm
Posts: 1
Arch Linux have official announced that they are dropping support for sysvinit and embracing systemd. I don't particularly enjoy making fundamental changes to my server OS but I guess I better make the switch early. I like using systemd on my desktop but there's no benefit to my Linode (since I have only every restarted it a few times in years and it boots quickly already).

I have installed systemd and used systemctl enable for the services I need. How can I tell Linode to use init=/bin/systemd? Any pitfalls I should look out for?


Top
   
PostPosted: Wed Aug 15, 2012 8:47 pm 
Offline
Senior Member

Joined: Mon Aug 29, 2011 2:34 am
Posts: 77
You can symlink /sbin/init to /bin/systemd with this command run as root on your Linode:

ln -sv /bin/systemd /sbin/init

This command will fail if /sbin/init already exists, so if you still have sysvinit installed, you'll want to either stash its init somewhere, or uninstall it. As always, before making major changes to your Linode that could potentially break everything, make a backup of important data :)


Top
   
PostPosted: Wed Aug 15, 2012 8:53 pm 
Offline
Senior Member

Joined: Mon Jul 05, 2010 5:13 pm
Posts: 392
Rather than bustin up your init yourself, you may want to use this:

http://www.archlinux.org/packages/core/ ... ysvcompat/


Top
   
PostPosted: Sat Aug 18, 2012 10:30 am 
Offline
Junior Member
User avatar

Joined: Fri May 04, 2012 8:57 pm
Posts: 49
sysvcompat <3

_________________
me | voltaireMC


Top
   
PostPosted: Fri Sep 07, 2012 12:15 am 
Offline
Senior Member

Joined: Mon Jul 05, 2010 5:13 pm
Posts: 392
To be clear, Arch has not announced any plans regarding dropping sysvinit. The currently announced plans are to transition so that systemd is a first class citizen on Arch, and make adjustments as needed to do that.

We'll likely see sysvinit deprecated in future for new installations and then potentially replaced for existing systems, but that's not official at this time.

- Les


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group