fix up systemd unit file, remove chown on config file for debian

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-15 13:34:23 -04:00 committed by June
parent 004354353a
commit 91064fe873
2 changed files with 6 additions and 5 deletions

1
debian/postinst vendored
View file

@ -30,7 +30,6 @@ case "$1" in
chown -v conduwuit:conduwuit -R "$CONDUWUIT_DATABASE_PATH"
chown -v conduwuit:conduwuit -R "$CONDUWUIT_CONFIG_PATH"
chown -v conduwuit:conduwuit -R "$CONDUWUIT_CONFIG_FILE"
chmod -v 740 "$CONDUWUIT_DATABASE_PATH"