From 30ee0c8bdfc46f6ce616cc29d38eed9745085168 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 13 Nov 2020 09:26:34 +0100 Subject: [PATCH] bundles/mx-puppet-discord: restart service after building new version --- bundles/mx-puppet-discord/items.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/mx-puppet-discord/items.py b/bundles/mx-puppet-discord/items.py index 9ea6524..df1dad6 100644 --- a/bundles/mx-puppet-discord/items.py +++ b/bundles/mx-puppet-discord/items.py @@ -74,6 +74,9 @@ actions = { 'needs': { 'action:mx-puppet-discord_npm_install', }, + 'triggers': { + 'svc_systemd:mx-puppet-discord:restart', + }, 'triggered': True, }, }