postoperations.py 182 B

1234567891011
  1. #!/usr/bin/env python3
  2. import os
  3. def postInstall():
  4. os.system("groupadd -r -g 84 avahi")
  5. os.system("useradd -r -u 84 -g avahi -d / -s /sbin/nologin -c avahi avahi")