aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 13:28:25 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 16:09:54 +0200
commit516697e29a090c0137c49c66731b5d93125e8f7e (patch)
tree5b764bb49994e45fa05cc4139a5aa9116318f0c7 /debian/rules
parent3e9c071aa66d2a7f7465c4cac229f205d2dbecdd (diff)
Install systemd services with autotools
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index cffb6ca0..712dd756 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,6 @@ override_dh_clean:
# Print test results in case of a failure
override_dh_auto_test:
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
+
+override_dh_auto_configure:
+ dh_auto_configure -- --with-systemdsystemunitdir=/lib/systemd/system