From cc0176e0589d5cace718d5fc73de18fefbb5885d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 2 Aug 2019 11:41:00 -0600 Subject: [PATCH] add serviceman comments --- manager/dist/Library/LaunchDaemons/_rdns_.plist.tmpl | 1 + manager/dist/etc/systemd/system/_name_.service.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/manager/dist/Library/LaunchDaemons/_rdns_.plist.tmpl b/manager/dist/Library/LaunchDaemons/_rdns_.plist.tmpl index ab8c83e..64fa0a9 100644 --- a/manager/dist/Library/LaunchDaemons/_rdns_.plist.tmpl +++ b/manager/dist/Library/LaunchDaemons/_rdns_.plist.tmpl @@ -1,6 +1,7 @@ + Label {{ .ReverseDNS }} diff --git a/manager/dist/etc/systemd/system/_name_.service.tmpl b/manager/dist/etc/systemd/system/_name_.service.tmpl index b05fbe0..2b509d6 100644 --- a/manager/dist/etc/systemd/system/_name_.service.tmpl +++ b/manager/dist/etc/systemd/system/_name_.service.tmpl @@ -1,3 +1,4 @@ +# Generated for serviceman. Edit as you wish. # Pre-req # sudo mkdir -p {{ .Local }}/opt/{{ .Name }}/ {{ .Local }}/var/log/{{ .Name }} {{ if .System -}}