From 71f7f9ce49d23c267281d3d36530f6bb758a839d Mon Sep 17 00:00:00 2001 From: Dave Webb Date: Fri, 13 May 2016 21:17:25 +1200 Subject: [PATCH] Add systemd stop command to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1649d4eb5..c2936eaf4 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,14 @@ $ sudo systemctl enable /etc/systemd/system/transmission-openvpn.service $ sudo systemctl restart transmission-openvpn.service ``` +If it is stopped or killed in any fashion, systemd will restart the container. If you do want to shut it down, then run the following command and it will stay down until you restart it. + +``` +$ sudo systemctl stop transmission-openvpn.service +# Later ... +$ sudo systemctl start transmission-openvpn.service +``` + ## Make it work on Synology NAS Here are the steps to run it on a Synology NAS (Tested on DSM 6) :