added license and service file

This commit is contained in:
2021-06-12 20:09:08 +02:00
parent b6dd6f5947
commit cad8e609ef
2 changed files with 335 additions and 0 deletions

16
alhp.service Normal file
View File

@@ -0,0 +1,16 @@
[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%
[Install]
WantedBy=multi-user.target