Add some systemd services
This commit is contained in:
parent
a5f2dd9208
commit
5ec17e461b
4 changed files with 43 additions and 0 deletions
.config/systemd/user
12
.config/systemd/user/gpg-agent.service
Normal file
12
.config/systemd/user/gpg-agent.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=GnuPG private key agent
|
||||
IgnoreOnIsolate=true
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/gpg-agent --daemon --homedir=%h/.gnupg
|
||||
ExecStop=/usr/bin/pkill gpg-agent
|
||||
Restart=on-abort
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue