16 lines
281 B
Desktop File
16 lines
281 B
Desktop File
# 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
|