mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
# I have no idea does this allow comments, but why to not try it
|
|
|
|
# the magic command is `systemctl preset-all` if you forget it!
|
|
|
|
# Graphical things
|
|
# I have too many machines under control of DHCP and I think CUPS depends
|
|
# on this (note to self at family by the way, CUPS is missing)
|
|
enable avahi-daemon.*
|
|
enable lightdm.service
|
|
|
|
# Very important remote access/networking
|
|
enable sshguard.service
|
|
enable sshd.service
|
|
enable yggdrasil.service
|
|
enable yggdrasil-resume.service
|
|
enable tor.service
|
|
enable ufw.service
|
|
enable dnscrypt-proxy.service
|
|
enable haveged.service
|
|
enable NetworkManager.service
|
|
enable NetworkManager-wait-online.service
|
|
# mostly replaced with Yggdrasil
|
|
#enable cjdns.service
|
|
#enable cjdns-resume.service
|
|
|
|
# As I am breaking automagic, no idea if this is automagic
|
|
enable apparmor.service
|
|
enable cron.service
|
|
enable systemd-journald.service
|
|
enable systemd-timesyncd.service
|
|
|
|
# Misc
|
|
#enable bumblebeed.service
|
|
enable vnstat.service
|
|
enable uptimed.service
|
|
|
|
# Don't autostart random services I don't authorize!
|
|
disable *
|