create and use custom user on debian install
This commit is contained in:
4
debian/postinst
vendored
Executable file
4
debian/postinst
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
adduser --system --group --no-create-home --home /nonexistant openwebrx
|
Reference in New Issue
Block a user