services: Add flipdot

This commit is contained in:
polyfloyd 2022-10-26 19:11:16 +02:00
parent cdc9f519f0
commit 2d22a6e769
7 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Managed by Ansible
[Unit]
Description=Big flipdot display
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/flipdot-time.sh
ExecStopPost=/usr/local/bin/flipdot-reboot.sh
Restart=on-failure
RestartSec=30s
DynamicUser=true
[Install]
WantedBy=multi-user.target