[docs] add absolute path for example systemd service
This commit is contained in:
parent
c02e8ae3c0
commit
b44f89b664
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
WorkingDirectory=</path/to/autopeering/>web
|
WorkingDirectory=</path/to/autopeering/>web
|
||||||
ExecStart=start.sh
|
ExecStart=</path/to/autopeering>/web/start.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -72,7 +72,7 @@ Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
WorkingDirectory=</path/to/autopeering>/nodes
|
WorkingDirectory=</path/to/autopeering>/nodes
|
||||||
ExecStart=start.sh
|
ExecStart=</path/to/autopeering>/nodes/start.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue