diff --git a/data/systemd/nymead.service b/data/systemd/nymead.service index d1606420..05f30e33 100644 --- a/data/systemd/nymead.service +++ b/data/systemd/nymead.service @@ -1,6 +1,6 @@ [Unit] Description=nymead - IoT server -Documentation=https://github.com/guh/nymea/wiki +Documentation=https://wiki.nymea.io After=network.target Wants=network-online.target diff --git a/debian/control b/debian/control index 71d9d022..09be030d 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Standards-Version: 3.9.7 Homepage: https://nymea.io Vcs-Git: https://github.com/guh/guh.git Build-Depends: debhelper (>= 9.0.0), + dh-systemd, dpkg-dev (>= 1.16.1~), rsync, qtchooser, diff --git a/debian/rules b/debian/rules index b011dc3a..9191a089 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,4 @@ override_dh_auto_clean: rm -rf $(PREPROCESS_FILES:.in=) %: - dh $@ --buildsystem=qmake --parallel - - + dh $@ --buildsystem=qmake --parallel --with systemd