README
This commit is contained in:
parent
8eed2ca69f
commit
ec22bb7f31
38
README.md
Normal file
38
README.md
Normal file
@ -0,0 +1,38 @@
|
||||
LocalHostBunny
|
||||
=================
|
||||
|
||||
Shows all locally running webserver for quick access
|
||||
|
||||
![](README_files/screenshot.png)
|
||||
|
||||
|
||||
# Systemd Unit
|
||||
|
||||
|
||||
```
|
||||
#> vim /etc/systemd/system/localhostbunny.service
|
||||
```
|
||||
|
||||
```
|
||||
[Unit]
|
||||
Description=LocalhostBunny
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
Type=simple
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/home/{{USER}}
|
||||
ExecStart=/home/{{USER}}/bunny
|
||||
Environment=
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
```
|
||||
#> systemctl daemon-reload
|
||||
#> systemctl enable --now "localhostbunny"
|
||||
```
|
BIN
README_files/screenshot.png
Normal file
BIN
README_files/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 265 KiB |
Loading…
Reference in New Issue
Block a user