diff options
| author | Jeff Carr <[email protected]> | 2024-10-27 05:43:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-27 05:43:01 -0500 |
| commit | 6934c8a2c42def64d890aae8eb79b9ef8be55fd2 (patch) | |
| tree | ca2d3a37ad829e9cd9e8255e750edc53049739ef /main.go | |
| parent | 53b18daea6667ade8c3833fe24876fd48b80b44f (diff) | |
does spice ports
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ func main() { pp.WriteHelp(os.Stdout) os.Exit(0) } + me.Hostname, _ = os.Hostname() log.DaemonMode(true) |
