From fb2f7475e71134f7ebb55451720f9ecfb94232ae Mon Sep 17 00:00:00 2001 From: assafmo Date: Mon, 24 Feb 2020 15:37:41 +0200 Subject: [PATCH] postins rm --pruning nothing --- docs/upgrading-v0.0.1-to-v0.0.2.md | 1 + packaging_ubuntu/postinst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/upgrading-v0.0.1-to-v0.0.2.md diff --git a/docs/upgrading-v0.0.1-to-v0.0.2.md b/docs/upgrading-v0.0.1-to-v0.0.2.md new file mode 100644 index 000000000..6093f9081 --- /dev/null +++ b/docs/upgrading-v0.0.1-to-v0.0.2.md @@ -0,0 +1 @@ +# Upgrading a full node from v0.0.1 to v0.0.2 diff --git a/packaging_ubuntu/postinst b/packaging_ubuntu/postinst index 44a0a8b67..176cc29a5 100644 --- a/packaging_ubuntu/postinst +++ b/packaging_ubuntu/postinst @@ -10,7 +10,7 @@ After=network.target [Service] Type=simple -ExecStart=$(which enigmad) start --pruning nothing +ExecStart=$(which enigmad) start User=XXXXX Restart=always StartLimitInterval=0