Implement sending commands via Unix sockets
This commit is contained in:
parent
c8df4b860d
commit
f869cbdb53
14 changed files with 555 additions and 177 deletions
9
systemd/burrow.service
Normal file
9
systemd/burrow.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Burrow
|
||||
After=burrow.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/burrow daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue