diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:21:55 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:43:00 -0400 |
commit | 34c71d5c91fe98276496ded1cb14362aa8028712 (patch) | |
tree | 2c0c219e8cc17e26d767f7d777d3956a0d43ed31 | |
parent | d6ce65cdd9e393231cb787852401d214aab40b07 (diff) |
INSTALL.sh: Add systemd units
-rwxr-xr-x | INSTALL.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,3 +7,7 @@ sudo pacman -S --needed -- \ ruby-sass \ yarn \ wget + +mkdir -p -- ~/.config/systemd/user/ +ln -srf -- ~/dashboard/systemd/* ~/.config/systemd/user/ +systemctl --user enable --now dashboard-daily.timer |