blob: 810d833321b0dc6558e71a0da3375e88e29fc006 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Notes:
Running candy with multi instances
1) Using OpenRC
Prepare /etc/candy.d/${foo}.cfg first
# ln -s /etc/init.d/candy{,.${foo}}
# rc-update add candy.${foo} default
2) Using Systemd
# systemctl enable candy@${foo}
|