Skip to content

Commit 88c98b2

Browse files
committed
fix: Use /run instead of /var/run for socket paths
Eliminates systemd warning about legacy /var/run directory. /var/run is a symlink to /run on modern systems, but systemd prefers the canonical /run path.
1 parent c6d37b1 commit 88c98b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

basefiles/dstack-guest-agent.socket

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Description=dstack guest agent sockets
1111

1212
[Socket]
13-
ListenStream=/var/run/dstack.sock
14-
ListenStream=/var/run/tappd.sock
13+
ListenStream=/run/dstack.sock
14+
ListenStream=/run/tappd.sock
1515
SocketMode=0777
1616

1717
[Install]

0 commit comments

Comments
 (0)