6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
#!/usr/bin/execlineb -P
|
||
|
foreground {
|
||
|
s6-sleep 5
|
||
|
su - webuser -c "ssh-agent -a /tmp/coolify-ssh-agent.sock"
|
||
|
}
|