pacman hook was using wrong user

This commit is contained in:
DarkFeather 2023-05-05 05:16:48 -05:00
parent 633f231b26
commit 921e45afda
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ Target = gitea
[Action]
Description = Updating Gitea Custom Pages
When = PostTransaction
Exec = /usr/bin/runuser -u http -- /usr/bin/bash /var/lib/gitea/custom/bin/gen-aninix-custom
Exec = /usr/bin/runuser -u gitea -- /usr/bin/bash /var/lib/gitea/custom/bin/gen-aninix-custom