service: allow incremental changes to service properties
authorFelix Fietkau <nbd@nbd.name>
Tue, 17 Dec 2024 19:21:33 +0000 (20:21 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 17 Dec 2024 19:47:49 +0000 (20:47 +0100)
commit32469644a029b79c1325c6f95e688d13988f76ad
tree0d4d3688817f0668516e1793f81796a75c7c0400
parent735b48728fca637970e20d998224dad09ac21cea
service: allow incremental changes to service properties

Support updating data and autostart without re-running the init script
or tearing down existing other service properties, e.g. validation or
triggers.
This can be used to allow services to manage their own data at runtime
without going through the init script.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
service/service.c