From 2114590edc65fb3cff2ca6e1034a87c642373b1a Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Thu, 8 Oct 2020 22:05:28 +0100 Subject: [PATCH] systemd: Remove useless PIDFile directive --- roles/wownerod/templates/wownerod.service.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/wownerod/templates/wownerod.service.j2 b/roles/wownerod/templates/wownerod.service.j2 index 8563a07..4bfe7ae 100644 --- a/roles/wownerod/templates/wownerod.service.j2 +++ b/roles/wownerod/templates/wownerod.service.j2 @@ -10,7 +10,6 @@ Environment="MONERO_RANDOMX_UMASK=1" StateDirectory=wownero LogsDirectory=wownero Type=simple -PIDFile=/run/wownero/wownerod.pid ExecStart={{ wownerod_path }} --config-file /etc/wownerod.conf --non-interactive [Install]