From 169c995e952a10ed6597f707284355a024474e13 Mon Sep 17 00:00:00 2001 From: Stefan Steinert Date: Mon, 15 Jun 2020 16:53:00 +0200 Subject: [PATCH] Removed misplaced WorkingDirectory parameter (#264) --- scripts/systemd/nym-mixnode.service | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/systemd/nym-mixnode.service b/scripts/systemd/nym-mixnode.service index 0507624952..2d76cb9e8e 100644 --- a/scripts/systemd/nym-mixnode.service +++ b/scripts/systemd/nym-mixnode.service @@ -41,7 +41,6 @@ After=network.target Type=simple User=nym Group=nym -WorkingDirectory=/home/nym ExecStart=/home/nym/nym-mixnode_linux_x86_64 run --id iamboss Restart=on-abort