summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/ldadp
Commit message (Collapse)AuthorAgeFilesLines
* [SSPS] ldadp: Run proxy as ldadp userSimon Rettberg2023-05-051-0/+1
|
* [SSPS] ldadp: Restart interval 100ms -> 10sSimon Rettberg2021-02-111-0/+1
| | | | | This prevents the restart burst limit from triggering if the server is down for extended periods of time.
* [SSPS] Refactor static_files: Submodules with treeSimon Rettberg2020-12-171-0/+10
Add submodules (aka directories) to static_files, named according to what component they are for. Add function "install_files" to copy the contents of one of those modules to the root directory. This should make the resulting setup more obvious and require less manual copying of files everywhere.