diff options
Diffstat (limited to 'community/darkhttpd/darkhttpd.socket')
-rw-r--r-- | community/darkhttpd/darkhttpd.socket | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/darkhttpd/darkhttpd.socket b/community/darkhttpd/darkhttpd.socket new file mode 100644 index 000000000..8277e7d02 --- /dev/null +++ b/community/darkhttpd/darkhttpd.socket @@ -0,0 +1,9 @@ +[Unit] +Conflicts=darkhttpd.service + +[Socket] +ListenStream=80 +Accept=no + +[Install] +WantedBy=sockets.target |