summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-worker-helper.service
blob: 14c082ce5303403d27e1b66bc20b7c01048f70fc (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Morph distributed build worker helper
Requires=morph-worker.service
After=morph-worker.service
ConditionPathExists=/etc/morph-worker.conf
ConditionPathExists=/etc/morph-worker-helper.conf

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