From d1672a9a45cc9f201fcd7c8d61bcc8f10f0046b5 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 22 Sep 2020 18:11:42 +0200 Subject: [PATCH] bundles/octoprint: restart octoprint after changing unit file --- bundles/octoprint/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/octoprint/items.py b/bundles/octoprint/items.py index 13e1bec..8d6831c 100644 --- a/bundles/octoprint/items.py +++ b/bundles/octoprint/items.py @@ -29,6 +29,7 @@ files = { '/etc/systemd/system/octoprint.service': { 'triggers': { 'action:systemd-reload', + 'svc_systemd:octoprint:restart', }, }, }