summaryrefslogtreecommitdiff
path: root/src/daemon_linux.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Number of fixes in response to code reviewMathias Hall-Andersen2017-08-071-0/+2
| | | | | This version cannot complete a handshake. The program will panic upon receiving any message on the UDP socket.
* Conforming to the cross-platform UXMathias Hall-Andersen2017-07-151-0/+34
The implementation now terminates when the unix socket is deleted. Currently we are unable to use fsnotify (on linux), since it does not notify on the deletion of open files. The implementation can now daemonize (on linux) or be kept in the foreground by providing the necessary flag.