summaryrefslogtreecommitdiff
path: root/README.md
blob: d7b66d346b1dbc0776046afad722c7e05d18b75d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28


# picontrol

A small Web Application to shutdown or reboot your Raspberry Pi.


## Current State

The code works but there is still documentation / automation missing.


## Usage

**Please cd into the repository to install/uninstall!**

### How to install, start and enable
```bash
    sudo useradd -rUs /usr/bin/nologin picontrol
    sudo make install
    sudo systemctl enable --now picontrol
```

### How to remove
```bash
    sudo systemctl disable --now picontrol
    sudo make uninstall
```