new group and user for routinator

This commit is contained in:
Alarig Le Lay 2019-12-31 16:51:35 +01:00
parent 9230438d6e
commit 4e3d4860f6
1 changed files with 5 additions and 0 deletions

View File

@ -217,3 +217,8 @@ IUSE=""
DEPEND=""
RDEPEND=""
pkg_setup() {
enewgroup routinator
enewuser routinator
}