debmaker/ressources/authelia/rootfs/DEBIAN/postinst
2022-10-23 10:18:26 +02:00

5 lines
177 B
Bash
Executable file

#!/bin/bash
id authelia &> /dev/null || useradd authelia -r -s /bin/false
systemctl | grep authelia | grep -q running && systemctl daemon-reload && systemctl restart authelia