mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
12 lines
218 B
SYSTEMD
12 lines
218 B
SYSTEMD
|
# ~/.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
|