This repository has been archived on 2021-06-12. You can view files and clone it, but cannot push or open issues or pull requests.
alhp/alhp.service
2020-08-12 09:05:32 +02:00

14 lines
264 B
Desktop File

[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