ajout de umap

This commit is contained in:
Thomas Legay 2024-11-14 09:47:36 +01:00
parent 574b0fb197
commit 69cbf81a7c
11 changed files with 211 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
APP=umap
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/