update 14/04/2025

This commit is contained in:
Thomas Legay 2025-04-14 18:51:11 +02:00
parent ffb7217f7f
commit 0026da2286
56 changed files with 135 additions and 117 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
id authelia &> /dev/null || useradd authelia -r -s /bin/false
APP=authelia
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/
systemctl | grep authelia | grep -q running && systemctl daemon-reload && systemctl restart authelia