summaryrefslogtreecommitdiff
path: root/src/uapi_linux.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Conforming to the cross-platform UXMathias Hall-Andersen2017-07-151-0/+83
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.