4 changed files with 6 additions and 12 deletions
@ -1,7 +1,7 @@
|
||||
post_install() { |
||||
# We need to know uid and gid to create /var/lib/jenkins with proper |
||||
# permissions. So keep systemd-sysusers invocation here despite having |
||||
# permissions. So keep sysusers invocation here despite having |
||||
# pacman hooks. |
||||
systemd-sysusers jenkins.conf |
||||
sysusers jenkins.conf |
||||
[[ -d var/lib/jenkins ]] || install -dm 750 -o jenkins -g jenkins var/lib/jenkins |
||||
} |
||||
|
@ -1,7 +1,7 @@
|
||||
post_install() { |
||||
# We need to know uid and gid to create /var/lib/jenkins with proper |
||||
# permissions. So keep systemd-sysusers invocation here despite having |
||||
# permissions. So keep sysusers invocation here despite having |
||||
# pacman hooks. |
||||
systemd-sysusers jenkins.conf |
||||
sysusers jenkins.conf |
||||
[[ -d var/lib/jenkins ]] || install -dm 750 -o jenkins -g jenkins var/lib/jenkins |
||||
} |
||||
|
Loading…
Reference in new issue