diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-06-03 10:25:32 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-06-03 10:25:32 +0200 |
commit | 4adbb6088a0426c68dae499b51786c8e2716c973 (patch) | |
tree | b72985298bd7089e61b0073d0e83636e46c67d00 /setup |
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 |