New process using mount point

This commit is contained in:
thomas 2022-02-20 15:02:18 +01:00
parent 637a60c3bf
commit 5d14cf2985
18 changed files with 217 additions and 244 deletions

View file

@ -1 +1 @@
/etc/authelia/configuration.yml
/etc/gotify/config.yml

View file

@ -1,4 +1,4 @@
#!/bin/bash
id authelia &> /dev/null || useradd authelia -r -s /bin/false
id gotify &> /dev/null || useradd gotify -r -s /bin/false