I have not used (most) of these services in a long time. This makes the unlinking more official. Also paves the way for setting up simple runit-managed user services.
12 lines
234 B
SYSTEMD
12 lines
234 B
SYSTEMD
[Unit]
|
|
Description=GnuPG cryptographic agent and passphrase cache
|
|
Documentation=man:gpg-agent(1)
|
|
|
|
[Socket]
|
|
ListenStream=%t/gnupg/S.gpg-agent
|
|
FileDescriptorName=std
|
|
SocketMode=0600
|
|
DirectoryMode=0700
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|