bundles/octoprint: restart octoprint after changing unit file
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-09-22 18:11:42 +02:00
parent eee9b00f10
commit d1672a9a45
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -29,6 +29,7 @@ files = {
'/etc/systemd/system/octoprint.service': {
'triggers': {
'action:systemd-reload',
'svc_systemd:octoprint:restart',
},
},
}