14 lines
231 B
Django/Jinja
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 |