diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-04-21 17:47:51 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:05:12 +0000 |
commit | 6e94a6fcbb0774a0b664a68990a19d3520e8c96a (patch) | |
tree | 5af9e91e9738d80c330499b6dff074bf2c29abc2 | |
parent | Disabling dh_auto_build target in rules to prevent manpages being built twice. (diff) | |
download | open-infrastructure-compute-tools-6e94a6fcbb0774a0b664a68990a19d3520e8c96a.tar.xz open-infrastructure-compute-tools-6e94a6fcbb0774a0b664a68990a19d3520e8c96a.zip |
Running dh_systemd_start with --no-restart-on-upgrade to prevent automatically started screen session to be killed on upgrades.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 45a4886..fb305ef 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,6 @@ override_dh_auto_build: # disabled + +override_dh_systemd_start: + dh_systemd_start --no-restart-on-upgrade |