summaryrefslogtreecommitdiff
path: root/picontrol.service
blob: 37641ccc2576c8a28b09050cb511dfafd4f125f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

[Unit]
Description=Web Server to shutdown and poweroff the Pi using python-waitress
After=network.target

[Service]
User=picontrol
Group=picontrol
WorkingDirectory=/usr/share/eu.xengineering.picontrol/
ExecStart=/usr/bin/python3 /usr/share/eu.xengineering.picontrol/main.py

[Install]
WantedBy=multi-user.target