diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |
