Files
ALHP.GO/alhp.service

21 lines
408 B
SYSTEMD
Raw Normal View History

2021-06-12 20:09:08 +02:00
[Unit]
Description=Go based Archlinux instructionset enabled repo build manager.
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