initial commit

This commit is contained in:
2020-08-12 09:05:00 +02:00
parent 32978e0b4a
commit 3b3e5e1423
3 changed files with 281 additions and 0 deletions

14
alhp.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Python based Archlinux instructionset enabled repo build manager.
After=network.target
[Service]
User=build
Group=build
WorkingDirectory=/home/build
ExecStart=/opt/ALHP/master.py
MemoryHigh=10G
CPUQuota=60%
[Install]
WantedBy=multi-user.target