aboutsummaryrefslogtreecommitdiff
path: root/epd.service
blob: 696562bb83b78f188cbf8bff4c7d331a5990f61d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Electrophoretic Display Controller

[Service]
Type=simple
Environment=PYTHONPATH=/opt/epd/waveshare_epd.whl
ExecStart=/usr/bin/python3 /opt/epd/rotate.py --debug --clear /opt/epd/images/
WorkingDirectory=/opt/epd
User=epd
Restart=on-failure
KillSignal=SIGINT

[Install]
WantedBy=multi-user.target