summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snapd.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/snapd.install b/snapd.install
index 13b2b2b87bda..889256013f4a 100644
--- a/snapd.install
+++ b/snapd.install
@@ -24,7 +24,9 @@ pre_upgrade() {
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
- :
+ # After the new files are in place we let systemd restart the snapd
+ # service.
+ systemctl restart snapd
}
## arg 1: the old package version