You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
1.2 KiB
101 lines
1.2 KiB
group:
|
|
daemon:
|
|
exists: true
|
|
gid: 1
|
|
|
|
kamailio:
|
|
exists: true
|
|
|
|
mysql:
|
|
exists: true
|
|
|
|
ntp:
|
|
exists: true
|
|
|
|
prosody:
|
|
exists: true
|
|
|
|
redis:
|
|
exists: true
|
|
|
|
root:
|
|
exists: true
|
|
gid: 0
|
|
|
|
ssh:
|
|
exists: true
|
|
|
|
ssl-cert:
|
|
exists: true
|
|
|
|
sudo:
|
|
exists: true
|
|
|
|
www-data:
|
|
exists: true
|
|
|
|
user:
|
|
"":
|
|
exists: false
|
|
|
|
kamailio:
|
|
exists: true
|
|
groups:
|
|
- kamailio
|
|
- ssl-cert
|
|
home:
|
|
or:
|
|
- "/var/run/kamailio"
|
|
- "/run/kamailio"
|
|
|
|
mysql:
|
|
exists: true
|
|
groups:
|
|
- mysql
|
|
home:
|
|
or:
|
|
- "/var/lib/mysql"
|
|
- "/nonexistent"
|
|
- "/ngcp-data/mysql"
|
|
|
|
nobody:
|
|
exists: true
|
|
groups:
|
|
- nogroup
|
|
home: "/nonexistent"
|
|
|
|
prosody:
|
|
exists: true
|
|
groups:
|
|
- prosody
|
|
- ssl-cert
|
|
home: "/var/lib/prosody"
|
|
|
|
proxy:
|
|
exists: true
|
|
groups:
|
|
- proxy
|
|
home: "/bin"
|
|
|
|
redis:
|
|
exists: true
|
|
groups:
|
|
- redis
|
|
home: "/var/lib/redis"
|
|
|
|
sshd:
|
|
exists: true
|
|
groups:
|
|
- nogroup
|
|
home:
|
|
or:
|
|
- "/var/run/sshd"
|
|
- "/run/sshd"
|
|
|
|
www-data:
|
|
exists: true
|
|
groups:
|
|
- ssl-cert
|
|
- www-data
|
|
home: "/var/www"
|