debmaker/ressources/mautrix-syncproxy/rootfs/DEBIAN/postinst
2025-04-14 18:51:11 +02:00

5 lines
142 B
Bash
Executable file

#!/bin/bash
APP=mautrix-syncproxy
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/