From de335581470c624f9ccf58e5334b2cf8300eb852 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 30 Jan 2016 21:40:55 +0100 Subject: fix permissions for systemd service file --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 18fc21a..8cb1084 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_auto_install: install -d $$(pwd)/debian/tmp/etc/init.d/ install -m 755 $$(pwd)/initscript $$(pwd)/debian/tmp/etc/init.d/saswall install -d $$(pwd)/debian/tmp/lib/systemd/system - install -m 755 $$(pwd)/systemd.service $$(pwd)/debian/tmp/lib/systemd/system/saswall.service + install -m 644 $$(pwd)/systemd.service $$(pwd)/debian/tmp/lib/systemd/system/saswall.service override_dh_installexamples: dh_installexamples $$(pwd)/rules.sh -- cgit v1.2.3