rpi-eink-picture-frame/deploy/templates/eink-show.service.j2
2023-11-03 12:06:20 +01:00

13 lines
178 B
Django/Jinja

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