Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linak:service [2020/04/13 08:38] superuser created |
linak:service [2022/04/19 10:39] (current) superuser |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Service(Autostart) ====== | ====== Service(Autostart) ====== | ||
| + | |||
| + | ---- | ||
| + | |||
| + | **See also: Inspectron.Utils.ServiceInstaler** | ||
| + | |||
| + | ---- | ||
| Service description: | Service description: | ||
| Line 32: | Line 38: | ||
| <code> | <code> | ||
| chmod +x /root/linbus.sh | chmod +x /root/linbus.sh | ||
| + | </code> | ||
| + | |||
| + | monitor logs of the service: | ||
| + | <code> | ||
| + | journalctl -u linbus.service -f | ||
| </code> | </code> | ||