summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-worker.service
blob: 26dcb9adc1525e92c009fb8ffdbfde06ca058480 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Morph distributed build worker
Requires=local-fs.target network.target
Wants=srv-distbuild-ccache.mount
After=local-fs.target 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