diff --git a/bundles/mx-puppet-discord/items.py b/bundles/mx-puppet-discord/items.py index f6eb88d..ea905ef 100644 --- a/bundles/mx-puppet-discord/items.py +++ b/bundles/mx-puppet-discord/items.py @@ -15,6 +15,7 @@ files = { }, 'triggers': { 'action:mx-puppet-discord_generate_registration', + 'svc_systemd:mx-puppet-discord:restart', }, }, '/etc/systemd/system/mx-puppet-discord.service': { @@ -70,6 +71,9 @@ actions = { 'action:mx-puppet-discord_npm_build', 'directory:/var/log/mx-puppet-discord', }, + 'triggers': { + 'svc_systemd:mx-puppet-discord:restart', + }, 'triggered': True, }, }