From 89317ee561297b3626fa86db4951187bf8bccea1 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 6 Jan 2014 01:00:06 +0100 Subject: go: add systemd foo --- go/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 go/Makefile (limited to 'go/Makefile') diff --git a/go/Makefile b/go/Makefile new file mode 100644 index 00000000..6c827f2b --- /dev/null +++ b/go/Makefile @@ -0,0 +1,10 @@ +help:;@grep -v ^help: Makefile + +install: \ + /etc/systemd/system/go.service \ + /etc/conf.d/go.env + systemctl daemon-reload + +/etc/%: etc/% + @! test -e $@ || { echo file already exists: $@; exit 23; } + cp $< $@ -- cgit v1.2.3