mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-06 02:53:39 -08:00
add custom user services
This commit is contained in:
12
systemd/user/ssh-agent.service
Normal file
12
systemd/user/ssh-agent.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=SSH key agent
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
||||
# DISPLAY required for ssh-askpass to work
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user