~xenrox/status-display

cf47844ec42d117c1d356484d1e0d95e8a271072 — Thorben Günther 3 years ago 1074a70
Add systemd service
2 files changed, 15 insertions(+), 0 deletions(-)

A status-display.service
A status-display.timer
A status-display.service => status-display.service +6 -0
@@ 0,0 1,6 @@
[Unit]
Description=Status display refresh

[Service]
Type=oneshot
ExecStart=/usr/bin/python3 /home/pi/status-display/status-display.py

A status-display.timer => status-display.timer +9 -0
@@ 0,0 1,9 @@
[Unit]
Description=Periodic status display refresh

[Timer]
OnBootSec=1m
OnUnitActiveSec=15m

[Install]
WantedBy=timers.target