File: create-linux-user.sh

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