diff options
Diffstat (limited to 'unifi-protect-viewport/templates')
| -rw-r--r-- | unifi-protect-viewport/templates/unifi-protect-viewport.env.j2 | 10 | ||||
| -rw-r--r-- | unifi-protect-viewport/templates/unifi-protect-viewport.service.j2 | 18 |
2 files changed, 0 insertions, 28 deletions
diff --git a/unifi-protect-viewport/templates/unifi-protect-viewport.env.j2 b/unifi-protect-viewport/templates/unifi-protect-viewport.env.j2 deleted file mode 100644 index 6d5dc9c..0000000 --- a/unifi-protect-viewport/templates/unifi-protect-viewport.env.j2 +++ /dev/null @@ -1,10 +0,0 @@ -UNIFI_PROTECT_VIEWPORT_PROTECT_HOST={{unifi_protect_viewport_protect_host}} -UNIFI_PROTECT_VIEWPORT_PROTECT_USERNAME={{vault_unifi_protect_viewport_protect_username}} -UNIFI_PROTECT_VIEWPORT_PROTECT_PASSWORD={{vault_unifi_protect_viewport_protect_password}} -UNIFI_PROTECT_VIEWPORT_CAMERA_ID={{unifi_protect_viewport_camera_id}} -UNIFI_PROTECT_VIEWPORT_TIMEOUT={{unifi_protect_viewport_timeout}} -UNIFI_PROTECT_VIEWPORT_TOUCH_MATCH={{unifi_protect_viewport_touch_match}} -UNIFI_PROTECT_VIEWPORT_ORIENTATION={{unifi_protect_viewport_orientation}} -UNIFI_PROTECT_VIEWPORT_DRM_DEVICE={{unifi_protect_viewport_drm_device}} -UNIFI_PROTECT_VIEWPORT_DRM_CONNECTOR={{unifi_protect_viewport_drm_connector}} -UNIFI_PROTECT_VIEWPORT_DRM_MODE={{unifi_protect_viewport_drm_mode}} diff --git a/unifi-protect-viewport/templates/unifi-protect-viewport.service.j2 b/unifi-protect-viewport/templates/unifi-protect-viewport.service.j2 deleted file mode 100644 index 43dfce6..0000000 --- a/unifi-protect-viewport/templates/unifi-protect-viewport.service.j2 +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=UniFi Protect Viewport -After=network-online.target -Wants=network-online.target - -[Service] -Type=simple -User={{unifi_protect_viewport_user}} -Group={{unifi_protect_viewport_user}} -EnvironmentFile=/etc/unifi-protect-viewport/unifi-protect-viewport.env -ExecStart=/usr/local/bin/unifi-protect-viewport -Restart=always -RestartSec=5 -StandardOutput=journal -StandardError=journal - -[Install] -WantedBy=multi-user.target |
