diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 05:37:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 06:40:17 -0500 |
| commit | c2f796de1e07e59bb379fa4e0a222bc13dcfe571 (patch) | |
| tree | 8409cc96c60af6710f1e27ff8dd3b7a8d330124a /Makefile | |
| parent | c941ec541ee9edc81e99708d9c000d65f8d1d812 (diff) | |
daemon option works correctly
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ sudo: build debian: go-deb --repo go.wit.com/lib/daemons/gus +daemon: + ./gus --daemon --no-gui --config /etc/gus/gus.text + goimports: goimports -w *.go |
