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

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