summarylogtreecommitdiffstats
path: root/coherence.service
blob: f63470e008c5424dedb51d7a18d3137df30901a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=coherence
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/coherence -d -c /etc/coherence.conf
PIDFile=/run/coherence.pid

[Install]
WantedBy=multi-user.target