fixes, prometheus, lots of stuff
[distro-setup] / filesystem / etc / systemd / system / systemstatus.service
1 [Unit]
2 Description=systemstatus
3 StartLimitIntervalSec=0
4 After=local-fs.target
5
6 [Service]
7 Type=simple
8 Environment=XDG_RUNTIME_DIR=/run/user/1000
9 ExecStart=/usr/local/bin/system-status
10 IOSchedulingClass=idle
11 CPUSchedulingPolicy=idle
12 User=iank
13 Group=iank
14 Restart=always
15 RestartSec=600
16
17
18 [Install]
19 WantedBy=graphical.target