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

[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