aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 12:40:56 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 11:52:30 +0200
commit97ba4062f892f349bc9695420bcd3e269b5747a7 (patch)
treecda3497a7ecf7dbf730a3821820d5e6fca87eac0 /debian/rules
parente17ae024fa404c24ecd9c33c9397bd9ce98d6f95 (diff)
Install systemd services with autotools
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index fb31c5830..af6b5b6e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@
# debmake generated override targets
# Set options for ./configure
-CONFIGURE_FLAGS += --enable-iu
+CONFIGURE_FLAGS += --enable-iu --with-systemdsystemunitdir=/lib/systemd/system
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
#