fix(django-apps/timers): avoid socket suppression
All checks were successful
Check meta / check_meta (pull_request) Successful in 15s
Check workflows / check_workflows (pull_request) Successful in 16s
Run pre-commit on all files / pre-commit (push) Successful in 36s
Check meta / check_dns (pull_request) Successful in 18s
Build all the nodes / ap01 (pull_request) Successful in 30s
Build all the nodes / netaccess01 (pull_request) Successful in 20s
Build all the nodes / netcore01 (pull_request) Successful in 43s
Build all the nodes / netcore02 (pull_request) Successful in 42s
Build all the nodes / build01 (pull_request) Successful in 1m49s
Build all the nodes / geo02 (pull_request) Successful in 1m50s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m55s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m55s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m18s
Build all the nodes / bridge01 (pull_request) Successful in 2m20s
Build all the nodes / geo01 (pull_request) Successful in 2m22s
Build all the nodes / storage01 (pull_request) Successful in 1m54s
Build the shell / build-shell (pull_request) Successful in 24s
Build all the nodes / rescue01 (pull_request) Successful in 2m11s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / tower01 (pull_request) Successful in 1m47s
Build all the nodes / compute01 (pull_request) Successful in 2m58s
Build all the nodes / vault01 (pull_request) Successful in 2m0s
Build all the nodes / web03 (pull_request) Successful in 1m52s
Build all the nodes / web02 (pull_request) Successful in 1m59s
Build all the nodes / web01 (pull_request) Successful in 2m35s

This commit is contained in:
catvayor 2025-02-25 11:32:49 +01:00
parent 34197a21ec
commit 9d597ce107
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -843,6 +843,7 @@ in
User
;
RuntimeDirectoryPreserve = true; # avoid deletion of the socket for the main unit
WorkingDirectory = "/var/lib/django-apps/${name}/source";
DynamicUser = true;
};