bundles/mx-puppet-discord: add systemd unit file
This commit is contained in:
parent
629c38230c
commit
081fafc64e
2 changed files with 27 additions and 0 deletions
|
@ -17,6 +17,12 @@ files = {
|
|||
'action:mx-puppet-discord_generate_registration',
|
||||
},
|
||||
},
|
||||
'/etc/systemd/system/mx-puppet-discord.service': {
|
||||
'source': 'service',
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
git_deploy = {
|
||||
|
@ -67,3 +73,11 @@ actions = {
|
|||
'triggered': True,
|
||||
},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
'mx-puppet-discord': {
|
||||
'needs': {
|
||||
'file:/etc/systemd/system/mx-puppet-discord.service',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue