service/services/authd.spec

18 lines
372 B
Plaintext
Raw Normal View History

2019-08-10 17:16:24 +02:00
name: authd
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
%file /run/ipc
name: IPC directory
2019-08-10 17:16:24 +02:00
command: install -d -m6777 /run/ipc
%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
command: touch passwd
%file group
2019-08-10 17:16:24 +02:00
name: group file
command: touch group