yousefvand / secret-service

Service to keep secrets of applications
MIT License
85 stars 11 forks source link

Run without systemd? #16

Closed anoduck closed 1 year ago

anoduck commented 1 year ago

Brilliant shell script, seriously. Wish I could code bash this good. Although, the configuration variables make it impractical to use.

probonopd commented 1 year ago

I am starting it on FreeBSD from a shell script like this:

#!/bin/sh

export MASTERPASSWORD=...
exec secretserviced

Works nicely!