debmaker/ressources/authelia/rootfs/DEBIAN/postinst

6 lines
177 B
Plaintext
Raw Normal View History

2022-01-23 21:49:01 +01:00
#!/bin/bash
id authelia &> /dev/null || useradd authelia -r -s /bin/false
2022-10-23 10:18:26 +02:00
systemctl | grep authelia | grep -q running && systemctl daemon-reload && systemctl restart authelia