File: create-linux-user.sh

package info (click to toggle)
celery 5.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 8,580 kB
  • sloc: python: 66,917; sh: 795; makefile: 378
file content (3 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
addgroup --gid 1000 $CELERY_USER
adduser --system --disabled-password --uid 1000 --gid 1000 $CELERY_USER