diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/saswall.install | 2 |
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5d573a6..db97498 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +saswall (0.1-2) unstable; urgency=medium + + * fixed initscript/systemd + + -- Christian Pointner <equinox@spreadspace.org> Sat, 30 Jan 2016 21:18:11 +0100 + saswall (0.1-1) unstable; urgency=medium * Initial release. diff --git a/debian/rules b/debian/rules index b9d51fa..18fc21a 100755 --- a/debian/rules +++ b/debian/rules @@ -18,3 +18,6 @@ override_dh_auto_install: override_dh_installexamples: dh_installexamples $$(pwd)/rules.sh + +override_dh_installinit: + dh_installinit --onlyscripts diff --git a/debian/saswall.install b/debian/saswall.install index 4576f66..d746044 100644 --- a/debian/saswall.install +++ b/debian/saswall.install @@ -1,2 +1,4 @@ usr/sbin/saswall etc/saswall/.placeholder +etc/init.d/saswall +lib/systemd/system/saswall.service |