Clash Service Linux Config
config clash.service
file path: /etc/systemd/system
1 | [Unit] |
- start:
systemctl start clash
- stop:
systemctl stop clash
- enable(start when system start):
systemctl enable clash
- disable:
systemctl disable clash
- status:
systemctl status clash