diff options
Diffstat (limited to 'setup')
-rwxr-xr-x | setup | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/bash + +loginctl enable-linger tom +cp time_to_go_startup.service ~/.config/systemd/user/ +systemctl --user enable time_to_go_startup |