summaryrefslogtreecommitdiff
path: root/distbuild/usr/lib/systemd/system/morph-cache-server.service
blob: e5faf20646bba87634460ada60f1202b65219664 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Morph cache server
Requires=local-fs.target network.target
After=local-fs.target network.target
ConditionPathExists=/etc/morph-cache-server.conf
ConditionPathIsDirectory=/srv/distbuild/artifacts

[Service]
ExecStart=/usr/bin/morph-cache-server
Restart=always