diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-26 16:12:50 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-26 16:12:50 -0800 |
commit | b211e6167157a3b032c33002434f4ccb6503900c (patch) | |
tree | 3a21afdacbc287adabfb503555c4dd4f66e76d71 /debian/rules | |
parent | 871cacf0408f00e15c1e19154952ca397c678655 (diff) | |
download | infinitytier-b211e6167157a3b032c33002434f4ccb6503900c.tar.gz infinitytier-b211e6167157a3b032c33002434f4ccb6503900c.zip |
debian rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cf0b04ff..0ef81e05 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ CXXFLAGS=-O3 -fstack-protector-strong dh $@ --with systemd override_dh_auto_build: - make ZT_USE_MINIUPNPC=1 -j 2 + make -j 2 override_dh_systemd_start: dh_systemd_start --restart-after-upgrade |