hackerschoice / gsocket

Connect like there is no firewall. Securely.
https://www.gsocket.io
BSD 2-Clause "Simplified" License
1.46k stars 122 forks source link

Daemon vs Interactive on systemd service #101

Open mrbluecoat opened 5 months ago

mrbluecoat commented 5 months ago

Quick question: what's the difference between -D Daemon & Watchdog mode [background] and -i Interactive login shell (TTY)? I would have thought a systemd service like the one you provide at https://github.com/hackerschoice/gsocket/blob/master/examples/systemd-root-shell/README.md would have used a daemon but it only works with -i as your guide indicates. In what scenario would you use -D?