rpi-eink-picture-frame/deploy/templates/eink-show.service.j2

12 lines
200 B
Django/Jinja

[Unit]
Description=Show new photo onto the eink display
[Service]
Type=oneshot
User={{ ansible_user }}
WorkingDirectory={{ code_dest }}
ExecStart=python main.py
[Install]
WantedBy=multi-user.target