diff options
| author | Christian Cleberg <[email protected]> | 2025-01-26 16:56:29 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-01-26 16:56:29 -0600 |
| commit | 3332bfd5a821ce2c1ff6c68789db9d4f7a7a4a39 (patch) | |
| tree | 41cfdee5f4d085670b8df5f102f2e8f18258acc0 | |
| parent | 6004bc8fea020555bf21d755ae52d9c04652dc9b (diff) | |
| download | cleberg.net-3332bfd5a821ce2c1ff6c68789db9d4f7a7a4a39.tar.gz cleberg.net-3332bfd5a821ce2c1ff6c68789db9d4f7a7a4a39.tar.bz2 cleberg.net-3332bfd5a821ce2c1ff6c68789db9d4f7a7a4a39.zip | |
add systemd note to transmission post
| -rw-r--r-- | content/blog/2024-09-23-self-hosting-transmission.org | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/content/blog/2024-09-23-self-hosting-transmission.org b/content/blog/2024-09-23-self-hosting-transmission.org index 5b244ff..39684a4 100644 --- a/content/blog/2024-09-23-self-hosting-transmission.org +++ b/content/blog/2024-09-23-self-hosting-transmission.org @@ -107,9 +107,11 @@ doing so now. Once you start working on remote access via a reverse proxy, you'll be adding an additional layer of complexity that bring in more confusion when errors occur. -> NOTE: If you are trying to initialize =transmission-daemon= via =systemd= -> instead of using the manually-executed command above, you may notice that the -> service will timeout and fail to start. +#+begin_quote +NOTE: If you are trying to initialize =transmission-daemon= via =systemd= +instead of using the manually-executed command above, you may notice that the +service will timeout and fail to start. +#+end_quote To fix this timeout issue, you need to edit the service file and change =Type=notify= to =Type=simple=. |
