From 4a7f13ec6c0fd59bed009f31b62674f279a58213 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 2 Jun 2020 19:11:08 -0500 Subject: Updated homekit door for Raspbian Buster. --- roles/hap-nodejs/templates/hap-nodejs.service.j2 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 roles/hap-nodejs/templates/hap-nodejs.service.j2 (limited to 'roles/hap-nodejs/templates/hap-nodejs.service.j2') 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 -- cgit v1.2.3