Curiosity on systemd?
Moderator: jkerr82508
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Curiosity on systemd?
Just a quick question. Can we get along without systemd? Thanks.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
Re: Curiosity on systemd?
Yes I think it is a way to find a more common ground for Linux. The changes are pretty big though so it does generate (temporary) problems.
In the case of Arch it pretty much turns the Arch way of doing things upside down. The good old script way with all the daemons in /etc/rc.conf is pretty much gone. Inittab is "gone" etc.
The advantage is that you can use the same commands in Mandriva and Arch or whatever.
To get a list of runing daemons you would simply do a
In both of them.
And if you need to start a daemon/service you would simply do a without any further configuration.
Gnome 3 needs systemd so it it is probably coming all over the place. (Even if Gnome3 in itself is bad - it is an indication of the direction).
It is a more unified way of handling services.
In the case of Arch it pretty much turns the Arch way of doing things upside down. The good old script way with all the daemons in /etc/rc.conf is pretty much gone. Inittab is "gone" etc.
The advantage is that you can use the same commands in Mandriva and Arch or whatever.
To get a list of runing daemons you would simply do a
Code: Select all
systemctlIn both of them.
And if you need to start a daemon/service you would simply do a
Code: Select all
systemctl enable <my_dameon>Gnome 3 needs systemd so it it is probably coming all over the place. (Even if Gnome3 in itself is bad - it is an indication of the direction).
It is a more unified way of handling services.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: Curiosity on systemd?
OK, thanks.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html