Add clouseau

This commit is contained in:
thomas 2022-10-12 03:19:49 +02:00
parent 3cc1c674b2
commit b3b102814b
12 changed files with 126 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash
id clouseau &> /dev/null || useradd clouseau -r -s /bin/false -d /var/lib/clouseau
chown -R clouseau:clouseau /var/lib/clouseau