Hi, I was tinkering with socket activation in go today, thought I'd
share the working example incase anyone else was interested.
https://gist.github.com/polvi/b4c3aaa59c9b13e0b334
This was based on:
https://gist.github.com/alberts/4640792
(thanks alberts)
Works like a charm! It also worked
---
src/udev/udev-rules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c
index 7a4fb70..fe65e2d 100644
--- a/src/udev/udev-rules.c
+++ b/src/udev/udev-rules.c
@@ -1614,7 +1614,7 @@ struct udev_rules *udev_rules_new(struct udev *ude