From 88bc3bb3cfc94e854065dfba671c450760a5edc1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 12 Aug 2017 16:37:49 +0200 Subject: actually install systemd unit --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index a22cf69..cda20ab 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,5 @@ export DH_GOPKG := github.com/xiam/vanity dh $@ --buildsystem=golang --with=golang --with=systemd override_dh_installinit: + install -d $$(pwd)/debian/tmp/lib/systemd/system/ + install -m 644 $$(pwd)/debian/vanity@.service $$(pwd)/debian/tmp/lib/systemd/system/ -- cgit v1.2.3