Automatically enable nymead service in dpkg

pull/216/head
Michael Zanetti 2019-09-27 12:10:29 +02:00
parent 6aa624c261
commit f1cf96fb85
3 changed files with 3 additions and 4 deletions

View File

@ -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

1
debian/control vendored
View File

@ -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,

4
debian/rules vendored
View File

@ -58,6 +58,4 @@ override_dh_auto_clean:
rm -rf $(PREPROCESS_FILES:.in=)
%:
dh $@ --buildsystem=qmake --parallel
dh $@ --buildsystem=qmake --parallel --with systemd