diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-11 21:21:34 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-11 21:33:36 +0200 |
commit | 506249ae1f0e2819b3decf096186294bed7a1fd4 (patch) | |
tree | ed096f9c9984153f25235171c4250c5ec4bebc0b /apks/cerrado/cerrado.pre-install | |
parent | 07fa6c8393769d84cfdf47487e69c28a25d403cf (diff) | |
download | apkbuilds-506249ae1f0e2819b3decf096186294bed7a1fd4.tar.gz apkbuilds-506249ae1f0e2819b3decf096186294bed7a1fd4.tar.bz2 apkbuilds-506249ae1f0e2819b3decf096186294bed7a1fd4.zip |
chore: Add cerrado
Diffstat (limited to 'apks/cerrado/cerrado.pre-install')
-rw-r--r-- | apks/cerrado/cerrado.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apks/cerrado/cerrado.pre-install b/apks/cerrado/cerrado.pre-install new file mode 100644 index 0000000..4c17d6a --- /dev/null +++ b/apks/cerrado/cerrado.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S cerrado +adduser -S -D -H -h /var/lib/cerrado -s /sbin/nologin -G cerrado -g cerrado cerrado + +exit 0 |