[docs] add absolute path for example systemd service

This commit is contained in:
lare 2023-01-21 16:20:58 +01:00
parent c02e8ae3c0
commit b44f89b664

View file

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