11 lines
148 B
Desktop File
11 lines
148 B
Desktop File
[Unit]
|
|
Description=gpg-agent daemon
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/gpg-agent --daemon
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|