mirror of
https://github.com/Xevion/HATray.git
synced 2025-12-05 23:15:09 -06:00
chore: add 'status' task for linux, fix tail task
This commit is contained in:
@@ -21,8 +21,13 @@ tasks:
|
||||
- systemctl daemon-reload --user
|
||||
# - 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
|
||||
Reference in New Issue
Block a user