Compare commits

...

2 Commits

@ -1,7 +1,7 @@
--- ---
wownero_remote_url: 'https://git.wownero.com/attachments/46245bde-cd00-4cf8-983a-bf21f3e574e3' wownero_remote_url: 'https://git.wownero.com/attachments/d37154e8-0210-447e-b219-be9ddfdddc67'
wownero_remote_hash: 'sha256:40724396be555ad0d08a4263d83ec6e4dbfbb6d29116c40773eaf681a6faa215' wownero_remote_hash: 'sha256:499ba7a3e1f75f23ea7f7a03e75ef801541698a3045d728daf41b71d4fd65a38'
wownero_version: "0.9.0.0" wownero_version: "0.9.0.2"
wownero_bin_dir: "/usr/local/bin" wownero_bin_dir: "/usr/local/bin"
wownerod_path: "{{ wownero_bin_dir }}/wownerod" wownerod_path: "{{ wownero_bin_dir }}/wownerod"
wownerod_p2p_port: "34567" wownerod_p2p_port: "34567"

@ -15,6 +15,6 @@
extra_opts: extra_opts:
- "--strip-components=1" - "--strip-components=1"
- "--add-file" - "--add-file"
- "wownero-linux-v{{ wownero_version }}/wownerod" - "wownero-x86_64-linux-gnu-v{{ wownero_version }}/wownerod"
notify: notify:
- restart wownerod - restart wownerod

@ -10,7 +10,6 @@ Environment="MONERO_RANDOMX_UMASK=1"
StateDirectory=wownero StateDirectory=wownero
LogsDirectory=wownero LogsDirectory=wownero
Type=simple Type=simple
PIDFile=/run/wownero/wownerod.pid
ExecStart={{ wownerod_path }} --config-file /etc/wownerod.conf --non-interactive ExecStart={{ wownerod_path }} --config-file /etc/wownerod.conf --non-interactive
[Install] [Install]

Loading…
Cancel
Save