summaryrefslogtreecommitdiff
path: root/install-files/distbuild/usr/lib/systemd/system/morph-cache-server.service
blob: f55f3b6d5ad0126d3c21850ad26e2ceb097c9a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Install]
WantedBy=multi-user.target

[Unit]
Description=Morph cache server
Requires=local-fs.target network.target
After=local-fs.target network.target
ConditionPathExists=/etc/morph-cache-server.conf

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