diff options
Diffstat (limited to 'sysctl.bash')
| -rwxr-xr-x | sysctl.bash | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysctl.bash b/sysctl.bash new file mode 100755 index 0000000..b2c9b9c --- /dev/null +++ b/sysctl.bash @@ -0,0 +1,8 @@ +#!/bin/bash + +systemctl --user enable gnome-keyring-daemon.socket +systemctl --user enable ssh-agent.socket +sudo systemctl enable keyd.service +sudo systemctl enable proton.VPN.service +sudo systemctl enable snapper-cleanup.timer +sudo systemctl enable snapper-timeline.timer |
