mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
systemd preset: enable TTY & cups
This commit is contained in:
parent
1a58b713b1
commit
d406334560
@ -4,9 +4,12 @@
|
|||||||
|
|
||||||
# Graphical things
|
# Graphical things
|
||||||
# I have too many machines under control of DHCP and I think CUPS depends
|
# 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)
|
# on this.
|
||||||
enable avahi-daemon.*
|
enable avahi-daemon.*
|
||||||
enable lightdm.service
|
enable display-manager.service
|
||||||
|
# I hope this is enough cups
|
||||||
|
enable cups-browsed.service
|
||||||
|
enable cups.*
|
||||||
|
|
||||||
# Very important remote access/networking
|
# Very important remote access/networking
|
||||||
enable sshguard.service
|
enable sshguard.service
|
||||||
@ -34,5 +37,8 @@ enable systemd-timesyncd.service
|
|||||||
enable vnstat.service
|
enable vnstat.service
|
||||||
enable uptimed.service
|
enable uptimed.service
|
||||||
|
|
||||||
|
# For some reason Debian disables TTY1 by default
|
||||||
|
enable getty@tty1.service
|
||||||
|
|
||||||
# Don't autostart random services I don't authorize!
|
# Don't autostart random services I don't authorize!
|
||||||
disable *
|
disable *
|
||||||
|
Loading…
Reference in New Issue
Block a user