summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 06:49:33 -0500
committerJeff Carr <[email protected]>2025-10-03 06:49:33 -0500
commit4574971b222384f3f0f1a5f41ce03ac7e495d682 (patch)
treeb1aba2cd3bb699cc170c252a0531459a981847a0 /main.go
parent322ec42ce6da80915a80ed36f02bc6a15c238fb2 (diff)
more argv options
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.go b/main.go
index bb60324..f68a334 100644
--- a/main.go
+++ b/main.go
@@ -60,6 +60,13 @@ func main() {
doUpgrade()
}
+ if argv.Zoo != nil {
+ if areSuperuser() {
+ exitOnErrorRealtime([]string{"journalctl", "-n", "100", "-f", "_SYSTEMD_UNIT=zood.service"})
+ }
+ okExit("do something here")
+ }
+
if argv.ListPkgs != nil {
doAptList()
log.DaemonMode(true)