service/services/authd.spec

15 lines
327 B
RPMSpec
Raw Normal View History

2019-08-10 17:16:24 +02:00
name: authd
2020-01-04 09:10:55 +01:00
command: authd -K jwt_key -s users
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
2020-01-04 09:10:55 +01:00
creation-command: install -d -m6777 /run/ipc
%file jwt_key
name: JWT key
creation-command: head -c 64 /dev/urandom | base64 > jwt_key
2020-01-04 09:10:55 +01:00
%file users
name: users
creation-command: install -d -m700 users