system/systemd/calico.service
Georg b3cac70a7f Initial Systemd Service Run: 2/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:47:30 +02:00

13 lines
220 B
Desktop File

[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