Commit 8ab6468
committed
base: Fix path to systemd services
The location of the systemd services is, by definition, in /usr/lib/systemd/system.
$WORK/lib/systemd/system can accidentally work on some Distros that have a
/lib -> usr/lib symlink, but it's better to not rely on such things.1 parent 0c43d9c commit 8ab6468
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments