diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-05-02 13:37:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-05-02 13:37:14 +0200 |
commit | 2b447029449656287ebaf9bd95fe38e2f94b4bb6 (patch) | |
tree | caea59a433ac1b980a13fde0fa2181d1171e2e44 /debian/rules | |
parent | 3eb4ab765d8d2b30101239e4350f7399e717257c (diff) |
Fix the bug (Device or resource busy) that occurs during the update
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 28cdeae..f7c3377 100755 --- a/debian/rules +++ b/debian/rules @@ -83,4 +83,4 @@ override_dh_compress: dh_compress --exclude=.cnf --exclude=pkitool override_dh_installsystemd: - dh_installsystemd --restart-after-upgrade + dh_installsystemd --no-restart-after-upgrade -r |