transmission/daemon
FallenWarrior2k e7272fc340
fix(daemon): wait for network-online.target (#2721)
network.target does not guarantee interfaces are fully configured, which
can result in bound addresses not being available when the daemon
starts. This leads to errors on start-up and potentially broken
connectivity.
network-online.target does provide these guarantees, but needs a
slightly different dependency configuration with Wants= on top of After=
(cf. systemd.special(7)).

Closes #2720.
2022-02-28 19:25:07 -08:00
..
CMakeLists.txt refactor: port daemon and utils to C++ (#1825) 2021-09-21 18:03:39 -05:00
daemon-posix.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
daemon-win32.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
daemon.cc feat: default public trackers 2022-02-21 08:34:57 -06:00
daemon.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
transmission-daemon.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
transmission-daemon.service fix(daemon): wait for network-online.target (#2721) 2022-02-28 19:25:07 -08:00