Commit 88c98b2
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments