mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 15:44:39 +01:00
6 lines
No EOL
197 B
Text
6 lines
No EOL
197 B
Text
post_install() {
|
|
getent passwd cloudflared || useradd --system --user-group -m --home /var/lib/cloudflared cloudflared
|
|
chown cloudflared.cloudflared /etc/cloudflared
|
|
}
|
|
|
|
# vim: ts=2 sw=2 et: |