mirror of https://github.com/statping/statping
Add WorkingDirectory to avoid writing everything to / (default)
parent
501aee1677
commit
8829580424
1
Linux.md
1
Linux.md
|
@ -37,6 +37,7 @@ After=network-online.target
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
ExecStart=/usr/local/bin/statping
|
ExecStart=/usr/local/bin/statping
|
||||||
|
WorkingDirectory=/usr/local/bin
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue