2019-08-10 17:16:24 +02:00
|
|
|
name: authd
|
2019-11-08 14:36:59 +01:00
|
|
|
command: authd -K jwt_key -u passwd -g group
|
2019-08-10 17:16:24 +02:00
|
|
|
user: authd
|
2019-11-07 14:45:12 +01:00
|
|
|
provides: auth
|
2019-11-08 14:36:59 +01:00
|
|
|
|
|
|
|
%file /run/ipc
|
|
|
|
name: IPC directory
|
2019-08-10 17:16:24 +02:00
|
|
|
command: install -d -m6777 /run/ipc
|
2019-11-08 14:36:59 +01:00
|
|
|
%file jwt_key
|
|
|
|
name: JWT key
|
|
|
|
creation-command: head -c 64 /dev/urandom | base64 > jwt_key
|
|
|
|
%file passwd
|
2019-08-10 17:16:24 +02:00
|
|
|
name: passwd file
|
2019-11-08 14:36:59 +01:00
|
|
|
command: touch passwd
|
|
|
|
%file group
|
2019-08-10 17:16:24 +02:00
|
|
|
name: group file
|
2019-11-08 14:36:59 +01:00
|
|
|
command: touch group
|