|
|
@@ -3,3 +3,13 @@
|
|
|
```bash
|
|
|
cp conf/monitor.desktop ~/.config/autostart/monitor.desktop
|
|
|
```
|
|
|
+## configure systemd (recommend)
|
|
|
+```bash
|
|
|
+cp conf/monitor.service /usr/lib/systemd/system/monitor.service
|
|
|
+```
|
|
|
+### enabled
|
|
|
+```bash
|
|
|
+systemctl daemon-reload
|
|
|
+systemctl enable --now monitor
|
|
|
+systemctl status monitor
|
|
|
+```
|