18 lines
243 B
Desktop File
18 lines
243 B
Desktop File
[Unit]
|
|
Description=hlstatsX:CE
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=nonroot
|
|
Group=nonroot
|
|
ExecStart=/home/nonroot/hlstats/hlstats.sh
|
|
SuccessExitStatus=1
|
|
|
|
# Security
|
|
MemoryLimit=500M
|
|
CPUQuota=80%
|
|
|
|
[Install]
|
|
WantedBy=default.target
|