src.nth.io/

summaryrefslogtreecommitdiff
path: root/doorbell-viewport/templates
diff options
context:
space:
mode:
Diffstat (limited to 'doorbell-viewport/templates')
-rw-r--r--doorbell-viewport/templates/doorbell-viewport.env.j210
-rw-r--r--doorbell-viewport/templates/doorbell-viewport.service.j218
2 files changed, 0 insertions, 28 deletions
diff --git a/doorbell-viewport/templates/doorbell-viewport.env.j2 b/doorbell-viewport/templates/doorbell-viewport.env.j2
deleted file mode 100644
index 9fa8830..0000000
--- a/doorbell-viewport/templates/doorbell-viewport.env.j2
+++ /dev/null
@@ -1,10 +0,0 @@
-DOORBELL_VIEWPORT_PROTECT_HOST={{doorbell_viewport_protect_host}}
-DOORBELL_VIEWPORT_PROTECT_USERNAME={{vault_doorbell_viewport_protect_username}}
-DOORBELL_VIEWPORT_PROTECT_PASSWORD={{vault_doorbell_viewport_protect_password}}
-DOORBELL_VIEWPORT_CAMERA_ID={{doorbell_viewport_camera_id}}
-DOORBELL_VIEWPORT_TIMEOUT={{doorbell_viewport_timeout}}
-DOORBELL_VIEWPORT_TOUCH_MATCH={{doorbell_viewport_touch_match}}
-DOORBELL_VIEWPORT_ORIENTATION={{doorbell_viewport_orientation}}
-DOORBELL_VIEWPORT_DRM_DEVICE={{doorbell_viewport_drm_device}}
-DOORBELL_VIEWPORT_DRM_CONNECTOR={{doorbell_viewport_drm_connector}}
-DOORBELL_VIEWPORT_DRM_MODE={{doorbell_viewport_drm_mode}}
diff --git a/doorbell-viewport/templates/doorbell-viewport.service.j2 b/doorbell-viewport/templates/doorbell-viewport.service.j2
deleted file mode 100644
index 01cce45..0000000
--- a/doorbell-viewport/templates/doorbell-viewport.service.j2
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=Doorbell Viewport
-After=network-online.target
-Wants=network-online.target
-
-[Service]
-Type=simple
-User={{doorbell_viewport_user}}
-Group={{doorbell_viewport_user}}
-EnvironmentFile=/etc/doorbell-viewport/doorbell-viewport.env
-ExecStart=/usr/local/bin/doorbell-viewport
-Restart=always
-RestartSec=5
-StandardOutput=journal
-StandardError=journal
-
-[Install]
-WantedBy=multi-user.target