Skip to content

Commit a2aef3e

Browse files
committed
Fix unit file to read HOME env variable
1 parent f2f5e3e commit a2aef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp-sql-proxy/.config/systemd/user/gcp-sql-proxy@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Description=GCP SQL Proxy to %I
33

44
[Service]
5-
ExecStart=/home/voytech/.local/bin/gcp-sql-proxy %I
5+
ExecStart=/usr/bin/bash -c '${HOME}/.local/bin/gcp-sql-proxy %I'
66
Restart=on-failure
77
RestartSec=60
88

0 commit comments

Comments
 (0)