From cb2ad2b8456d896f8aebe28cdb2c57bfe59aa5d6 Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 28 Feb 2023 14:11:07 +0000 Subject: [PATCH] docs: add restart config to directory node service --- docs/onion-message-channels.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/onion-message-channels.md b/docs/onion-message-channels.md index c7f9b67..ba17388 100644 --- a/docs/onion-message-channels.md +++ b/docs/onion-message-channels.md @@ -190,6 +190,8 @@ After=network-online.target Type=simple ExecStart=/bin/bash -c 'cd /path/to/joinmarket-clientserver && source jmvenv/bin/activate && cd scripts && python start-dn.py 'Greetings from Directory Node' --datadir=/path/to/chosen/datadir' User=user +Restart=always +RestartSec=10 [Install] WantedBy=multi-user.target