And some docs

This commit is contained in:
Florian Mounier
2014-07-11 16:10:29 +02:00
parent ea072ea24d
commit 3b6578658b
2 changed files with 16 additions and 0 deletions

View File

@@ -19,6 +19,17 @@ The js part is heavily based on [term.js](https://github.com/chjj/term.js/) whic
Then open [localhost:57575](http://localhost:57575) in your favorite browser and done.
## Run it with systemd (linux)
Systemd provides a way to automatically activate daemons when needed (socket activation):
```bash
$ cd /etc/systemd/system
# curl -O https://raw.githubusercontent.com/paradoxxxzero/butterfly/master/butterfly.service
# curl -O https://raw.githubusercontent.com/paradoxxxzero/butterfly/master/butterfly.socket
# systemctl enable butterfly.socket
# systemctl start butterfly.socket
```
## Contribute