Commit cf00e69
authored
qbittorrent: depend on nixflix.serviceDependencies (#238)
With this change, one can add some "downloads-dir.mount" (say, an NFS
mount) and ensure that qbittorrent starts after that mount.
Without this dependency a system boot runs the risk of performing such
a mount after qbittorrent starts, which invalidates the state of all
torrents (and a manual force recheck being required, lest _all_
torrents are downloaded again).
Adding all of nixflix service dependencies is perhaps a little
overzealous, but it is more uniform than adding another option.1 parent bcd2873 commit cf00e69
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
| 253 | + | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments