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