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

14 lines
231 B
Django/Jinja

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