summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-controller-helper.service
blob: 3f30cbcf9b60aac4fd64f74914e23132ec9c4873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Install]
WantedBy=multi-user.target

[Unit]
Description=Morph distributed build controller helper
Requires=morph-controller.service
After=morph-controller.service
ConditionPathExists=/etc/morph-controller.conf
ConditionPathExists=/etc/morph-controller-helper.conf

[Service]
ExecStart=/usr/bin/distbuild-helper --config /etc/morph-controller-helper.conf
Restart=always