Files
Tobias Waldekranz 8664c27096 confd: Add support for running user scripts
Add a new service that, when enabled, will execute run-parts on
`/cfg/user-scripts.d`.

This strikes a balance between two conflicting objectives:

1. There should be no implicit way to schedule arbitrary code
   execution on the device, i.e. no default run-parts directory.

2. It is very useful to have a way of scheduling arbitrary code
   execution on the device, e.g. being able to install a debug script
   on a production image.

With this feature, we still meet (1), since the feature has to be
explicitly enabled in the startup-config; but we also fulfill (2),
since we can easily enable it when needed.
2024-05-21 22:02:28 +02:00
..
2024-04-25 09:20:32 +02:00
2023-11-19 08:50:19 +01:00
2024-05-03 07:54:48 +02:00
2024-04-24 21:10:05 +02:00
2024-04-29 08:44:44 +02:00
2023-01-25 19:57:32 +01:00
2024-05-03 15:33:00 +02:00