View previous topic :: View next topic |
Author |
Message |
trikmik n00b


Joined: 06 Nov 2017 Posts: 62
|
Posted: Fri Dec 08, 2017 2:33 pm Post subject: disabled systemd units |
|
|
in my unit list on systemd i have a lot of disabled units, and i would like to know if i should enable them all, or can i leave them disabled?
disabled units: https://paste.pound-python.org/show/5zR9xfPj66fGZ7ve9seK/ |
|
Back to top |
|
 |
eccerr0r Watchman

Joined: 01 Jul 2004 Posts: 7267 Location: almost Mile High in the USA
|
Posted: Fri Dec 08, 2017 7:06 pm Post subject: |
|
|
As usual, don't enable what you don't use. Do you use/need any of them? Is there anything that doesn't appear to automatically start when you want/expect it to? _________________ Intel Core i7 2700K@ 4.1GHz/HD3000 graphics/8GB DDR3/180GB SSD
What am I supposed watching? |
|
Back to top |
|
 |
trikmik n00b


Joined: 06 Nov 2017 Posts: 62
|
Posted: Fri Dec 08, 2017 7:30 pm Post subject: |
|
|
ok so it will not harm the system when disabled?
thanks |
|
Back to top |
|
 |
eccerr0r Watchman

Joined: 01 Jul 2004 Posts: 7267 Location: almost Mile High in the USA
|
Posted: Fri Dec 08, 2017 7:37 pm Post subject: |
|
|
No, it's OK for things to be disabled, unless you're getting errors during startup or you have things that are not running on boot that should be running. Is your startup clean?
An example: I notice you have networkmanager installed but not using it because you're using systemd static network configuration, so that's OK for networkmanager to be disabled.
systemd should start what it thinks it needs to start. But this is based on what you want, or at least that's the theory (some people think otherwise, but... never mind that). _________________ Intel Core i7 2700K@ 4.1GHz/HD3000 graphics/8GB DDR3/180GB SSD
What am I supposed watching? |
|
Back to top |
|
 |
|