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:
Cristian Ditaputratama 2024-05-06 22:14:33 +07:00
parent 35b73bd8e5
commit 28f12b772b
Signed by: ditatompel
GPG key ID: 31D3D06D77950979
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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