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', }, }, }