Implement sending commands via Unix sockets

This commit is contained in:
dav 2023-07-01 09:44:13 -07:00 committed by David Zhong
parent c8df4b860d
commit f869cbdb53
14 changed files with 555 additions and 177 deletions

8
systemd/burrow.socket Normal file
View file

@ -0,0 +1,8 @@
[Unit]
Description=Burrow Socket
[Socket]
ListenStream=/run/burrow.sock
[Install]
WantedBy=sockets.target