14 lines
264 B
Desktop File
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 |