ansible/roles/photos/templates/photos2mqtt.service

16 lines
229 B
Desktop File

# {{ ansible_managed }}
[Unit]
Description=Photos to MQTT
After=network.target
[Service]
Type=simple
Restart=on-failure
RestartSec=10s
ExecStart=/usr/bin/perl /opt/photos2mqtt.pl
User=wip
[Install]
WantedBy=multi-user.target