chore: add 'status' task for linux, fix tail task

This commit is contained in:
2025-06-23 17:44:47 -05:00
parent 34caa5c5a3
commit 06e036a116

View File

@@ -22,7 +22,12 @@ tasks:
# - systemctl enable HATray --user
- systemctl start HATray --user
status:
desc: "Show the status of the service"
cmds:
- systemctl status HATray --user
tail:
desc: "Tail the log file"
cmds:
- sudo journalctl -u HATray -f
- journalctl --user-unit HATray.service -ef