raspberry-web 0.1.3

Web server for controlling GPIO pins on the Raspberry Pi
Documentation
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Web server for controlling Raspberry Pi GPIO pins
After=network.target

[Service]
ExecStart=/usr/local/bin/raspberry-web
Type=exec
Restart=on-failure

[Install]
WantedBy=default.target