added systemd service for gdrive

This commit is contained in:
2025-09-11 13:44:08 +02:00
parent 9679cb29f0
commit 801d990154
14 changed files with 49 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=SSH key agent
[Service]
Type=forking
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
[Install]
WantedBy=default.target