ALHP.GO/alhp.service

21 lines
409 B
SYSTEMD
Raw Normal View History

2021-06-12 20:09:08 +02:00
[Unit]
2022-08-14 16:06:59 +02:00
Description=Go based Archlinux instruction-set enabled repo build manager.
2021-06-12 20:09:08 +02:00
After=network.target
[Service]
User=alhp
Group=alhp
WorkingDirectory=/home/alhp/ALHP.GO
ExecStart=/home/alhp/ALHP.GO/ALHP.go
KillMode=mixed
TimeoutStopSec=5min
MemoryHigh=30G
CPUQuota=700%
Nice=15
2021-12-19 17:00:15 +01:00
CPUSchedulingPolicy=batch
IOSchedulingClass=best-effort
IOSchedulingPriority=7
IOWeight=100
2021-06-12 20:09:08 +02:00
[Install]
WantedBy=multi-user.target