diff options
Diffstat (limited to 'roles/hap-nodejs/templates')
| -rw-r--r-- | roles/hap-nodejs/templates/hap-nodejs.service.j2 | 16 |
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 |
