src.nth.io/

summaryrefslogtreecommitdiff
path: root/roles/hap-nodejs/templates/hap-nodejs.service.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-02 19:11:08 -0500
committerLuke Hoersten <[email protected]>2020-06-02 19:11:08 -0500
commit4a7f13ec6c0fd59bed009f31b62674f279a58213 (patch)
tree274f1d4728acab943e235733e57cf4ea4bd56c5b /roles/hap-nodejs/templates/hap-nodejs.service.j2
parent247670f0d69b3269f88630071b246d38238f26ca (diff)
Updated homekit door for Raspbian Buster.
Diffstat (limited to 'roles/hap-nodejs/templates/hap-nodejs.service.j2')
-rw-r--r--roles/hap-nodejs/templates/hap-nodejs.service.j216
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/hap-nodejs/templates/hap-nodejs.service.j2 b/roles/hap-nodejs/templates/hap-nodejs.service.j2
deleted file mode 100644
index f657555..0000000
--- a/roles/hap-nodejs/templates/hap-nodejs.service.j2
+++ /dev/null
@@ -1,16 +0,0 @@
-# {{ansible_managed}}
-
-[Unit]
-Description=HAP-NodeJS
-
-[Service]
-User={{hap_user}}
-Group={{hap_user}}
-Restart=always
-RestartSec={{hap_restart_sec}}
-
-WorkingDirectory={{hap_dest}}
-ExecStart=/usr/bin/node {{hap_dest}}/Core.js
-
-[Install]
-WantedBy=default.target