src.nth.io/

summaryrefslogtreecommitdiff
path: root/unifi-protect-viewport/templates/unifi-protect-viewport.service.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-31 14:31:51 -0500
committerLuke Hoersten <[email protected]>2026-07-31 14:31:51 -0500
commitafe7aa9445afe27f8c09033663f9161039ee363a (patch)
tree7624c5b8289f47ed31b5d141edbcef065f52f391 /unifi-protect-viewport/templates/unifi-protect-viewport.service.j2
parente29fb72f3239e0d5317da659ec96de812247ce67 (diff)
delete unused unifi and writefreely roles
Nothing references them: no play in main.yaml, no meta dependency.
Diffstat (limited to 'unifi-protect-viewport/templates/unifi-protect-viewport.service.j2')
-rw-r--r--unifi-protect-viewport/templates/unifi-protect-viewport.service.j218
1 files changed, 0 insertions, 18 deletions
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