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