add eartly build

This commit is contained in:
John Smith
2022-01-09 15:17:36 -05:00
parent 5122fd8ebd
commit 8e20228529
21 changed files with 1390 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# ~/.config/systemd/user/secretsd.service
[Unit]
Description=Secret Storage Service
[Service]
Type=dbus
BusName=org.freedesktop.secrets
ExecStart=/usr/bin/env %h/.local/bin/secretsd
[Install]
WantedBy=default.target