18 lines
372 B
Python
18 lines
372 B
Python
name: authd
|
|
command: authd -K jwt_key -u passwd -g group
|
|
user: authd
|
|
provides: auth
|
|
|
|
%file /run/ipc
|
|
name: IPC directory
|
|
command: install -d -m6777 /run/ipc
|
|
%file jwt_key
|
|
name: JWT key
|
|
creation-command: head -c 64 /dev/urandom | base64 > jwt_key
|
|
%file passwd
|
|
name: passwd file
|
|
command: touch passwd
|
|
%file group
|
|
name: group file
|
|
command: touch group
|