2019-01-21 17:41:36 +01:00
|
|
|
# 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
|
2019-02-17 20:07:10 +01:00
|
|
|
# on this.
|
2019-01-21 17:41:36 +01:00
|
|
|
enable avahi-daemon.*
|
2019-02-17 20:07:10 +01:00
|
|
|
enable display-manager.service
|
|
|
|
# I hope this is enough cups
|
|
|
|
enable cups-browsed.service
|
|
|
|
enable cups.*
|
2019-01-21 17:41:36 +01:00
|
|
|
|
|
|
|
# Very important remote access/networking
|
|
|
|
enable sshguard.service
|
2019-02-28 11:10:14 +01:00
|
|
|
enable ssh.service
|
2019-01-21 17:41:36 +01:00
|
|
|
enable sshd.service
|
|
|
|
enable yggdrasil.service
|
2019-02-08 09:21:14 +01:00
|
|
|
enable yggdrasil-resume.service
|
2019-01-21 17:41:36 +01:00
|
|
|
enable tor.service
|
|
|
|
enable ufw.service
|
|
|
|
enable dnscrypt-proxy.service
|
|
|
|
enable haveged.service
|
2019-02-28 11:17:07 +01:00
|
|
|
enable networking.service
|
2019-01-21 17:41:36 +01:00
|
|
|
enable NetworkManager.service
|
|
|
|
enable NetworkManager-wait-online.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
|
2019-02-28 11:17:07 +01:00
|
|
|
enable snapd.service
|
|
|
|
enable lm-sensors.service
|
2019-01-21 17:41:36 +01:00
|
|
|
|
2019-02-28 12:00:42 +01:00
|
|
|
# FINEID
|
|
|
|
enable pcscd.service
|
|
|
|
|
2019-02-17 20:07:10 +01:00
|
|
|
# For some reason Debian disables TTY1 by default
|
|
|
|
enable getty@tty1.service
|
|
|
|
|
2019-01-21 17:41:36 +01:00
|
|
|
# Don't autostart random services I don't authorize!
|
|
|
|
disable *
|