Use persistent systemd units for autostart
This commit is contained in:
6
autostart/services/gpg-agent.service
Normal file
6
autostart/services/gpg-agent.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
BindsTo=autostart.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/gpg-agent --homedir %h/.gnupg --no-detach --daemon
|
||||
Reference in New Issue
Block a user