emacs/var/backup/!home!chris!dotfiles!systemd!user!secretserviced.service~
2022-01-03 12:49:32 -06:00

14 lines
327 B
SYSTEMD

[Unit]
Description=Service to keep secrets of applications
Documentation=https://github.com/yousefvand/secret-service
[Install]
WantedBy=default.target
[Service]
Type=simple
RestartSec=30
Restart=always
Environment="MASTERPASSWORD=01234567890123456789012345678912"
WorkingDirectory=/usr/bin/
ExecStart=/usr/bin/secretserviced