bundles/oidentd: provide our own systemd unit file
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d99a784e3a
commit
a340071ad8
4 changed files with 28 additions and 6 deletions
|
@ -5,6 +5,12 @@ files = {
|
|||
'svc_systemd:oidentd:restart',
|
||||
},
|
||||
},
|
||||
'/usr/local/lib/systemd/system/oidentd.service': {
|
||||
'triggers': {
|
||||
'action:systemd-reload',
|
||||
'svc_systemd:oidentd:restart',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
|
@ -12,6 +18,7 @@ svc_systemd = {
|
|||
'needs': {
|
||||
'pkg_apt:oidentd',
|
||||
'file:/etc/oidentd.conf',
|
||||
'file:/usr/local/lib/systemd/system/oidentd.service',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue