mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
scalling and script
This commit is contained in:
14
.local/bin/start-units
Executable file
14
.local/bin/start-units
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo usermod -aG games mike
|
||||
sudo usermod -aG libvirt mike
|
||||
sudo usermod -aG docker mike
|
||||
|
||||
sudo systemctl enable --now acpid
|
||||
sudo systemctl enable --now sshd
|
||||
sudo systemctl enable --now libvirtd
|
||||
sudo systemctl enable --now docker
|
||||
sudo systemctl enable --now cups
|
||||
|
||||
systemctl enable --user --now redshift
|
||||
systemctl enable --user --now gcr-ssh-agent.socket
|
||||
Reference in New Issue
Block a user