feat(django-apps): Restart the main unit after the update is successful

This commit is contained in:
Tom Hubrecht 2025-01-16 18:51:03 +01:00
parent a7b34850f4
commit 9036426500
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -776,6 +776,7 @@ in
unitConfig = {
After = "dj-${name}.service";
Conflicts = "dj-${name}.service";
OnSuccess = "dj-${name}.service";
};
};
}