Commit 10154ce
committed
Fix user units with systemd 256
Starting with systemd 256, `user@%i` BindsTo `user-runtime-dir@%i`,
so we can't just have the latter be skipped and still get a user
service manager instance. So, replace it with a script that basically
does the exact same thing, but "succeeds" when the directory is there.1 parent abfab7a commit 10154ce
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
142 | 155 | | |
143 | 156 | | |
144 | 157 | | |
| |||
0 commit comments