small bugfixes and deployment setup
This commit is contained in:
14
deploy/templates/eink-show.service.j2
Normal file
14
deploy/templates/eink-show.service.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user