Add flame
This commit is contained in:
parent
79cee1b8e1
commit
8817ddba0a
10 changed files with 100 additions and 0 deletions
5
ressources/flame/rootfs/DEBIAN/postinst
Executable file
5
ressources/flame/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
id flame &> /dev/null || useradd flame -r -s /bin/false
|
||||
|
||||
chown -R flame:flame /var/lib/flame
|
Loading…
Add table
Add a link
Reference in a new issue