summaryrefslogtreecommitdiffstats
path: root/systemd/calico.service
blob: 18bbbbf90104311bf13e53c7817df3072bda0576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=calico
Wants=network.target

[Service]
User=pounce
Group=pounce
ExecStart=/usr/local/bin/calico -H irc.lsd.systems -P 6561 /var/run/calico
RuntimeDirectory=calico

[Install]
WantedBy=multi-user.target