Files
vaultwarden-debian/postinst.dist
T
Romuald23 bf5f5dfc60 Create a group (#39)
Create a group with the same name and id of the user
2021-11-06 10:51:58 +01:00

6 lines
213 B
Bash
Executable File

#!/bin/sh
DIR_MODE=0700 adduser --system --home --group /var/lib/@@PACKAGEDIR@@ @@SERVICEUSER@@
chmod 700 /var/lib/@@PACKAGEDIR@@
chmod 600 /etc/@@PACKAGEDIR@@/config.env
chmod 600 /etc/@@PACKAGEDIR@@/Rocket.toml