diff --git a/roles/wownerod/templates/wownerod.service.j2 b/roles/wownerod/templates/wownerod.service.j2 index 4bfe7ae..02f970e 100644 --- a/roles/wownerod/templates/wownerod.service.j2 +++ b/roles/wownerod/templates/wownerod.service.j2 @@ -11,6 +11,7 @@ StateDirectory=wownero LogsDirectory=wownero Type=simple ExecStart={{ wownerod_path }} --config-file /etc/wownerod.conf --non-interactive +Restart=always [Install] WantedBy=multi-user.target