mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Use "your_user" for systemd example
This will make the systemd service failed if "user" blindly copy the systemd example file.
This commit is contained in:
parent
35b73bd8e5
commit
28f12b772b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=ditatompel
|
||||
User=your_user
|
||||
WorkingDirectory=/path/to/project/dir
|
||||
ExecStart=/path/to/project/dir/bin/xmr-nodes-static-linux-arm64 probe
|
||||
TimeoutSec=90
|
||||
|
|
|
@ -7,7 +7,7 @@ WantedBy=multi-user.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=ditatompel
|
||||
User=your_user
|
||||
Restart=always
|
||||
WorkingDirectory=/path/to/project/dir
|
||||
ExecStart=/path/to/project/dir/bin/xmr-nodes-static-linux-arm64 serve
|
||||
|
|
Loading…
Reference in a new issue