Commit 1ce844f
committed
ephemeral: Fix execute unit
This one was subtle...at some point we moved over to Rust raw strings `r#`
where we no longer needed `\\`. The next bug here is we were missing
`After=`.
The semantics of a plain `Requires=` without `After=` are very weak
and systemd basically skipped over the missing device.
Closes: #139
Signed-off-by: Colin Walters <[email protected]>1 parent fe01aa0 commit 1ce844f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
| 935 | + | |
| 936 | + | |
936 | 937 | | |
937 | 938 | | |
938 | 939 | | |
| |||
948 | 949 | | |
949 | 950 | | |
950 | 951 | | |
951 | | - | |
| 952 | + | |
| 953 | + | |
952 | 954 | | |
953 | 955 | | |
954 | 956 | | |
| |||
0 commit comments