File: README.md

package info (click to toggle)
simplemonitor 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,520 kB
  • sloc: python: 8,725; sh: 258; makefile: 74; javascript: 69
file content (18 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is a simple systemd service for `simplemonitor`

# Installation

Replace `/root/simplemonitor` with the location of your `simplemonitor` installation (two instances in the file)

Start the service

```
systemctl start simplemonitor.service
systemctl status simplemonitor.service
```

If everything looks good, enable a startup upon reboot

```
systemctl enable simplemonitor.service
```