mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Make sure user, group, and permission is set
User need to specify user and group ownership of the binary file from the ansible playbook config.
This commit is contained in:
parent
899ffd0830
commit
35b73bd8e5
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
copy:
|
||||
src: ../../bin/xmr-nodes-static-linux-amd64
|
||||
dest: /path/to/remote/server/bin
|
||||
Owner: your_user
|
||||
Group: your_group
|
||||
mode: 0755
|
||||
|
||||
- name: Start systemd daemon
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue