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

5 lines
168 B
Bash
Executable file

#!/bin/bash
APP=forgejo
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/
chown $APP:$APP /etc/forgejo/app.ini