summarylogtreecommitdiffstats
path: root/clash-dashboard.service
blob: 575e6e30cd17f7535569e390f842ef800d0f5dc3 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=web port of clash
After=network.target

[Service]
WorkingDirectory=/usr/lib/clash-dashboard
ExecStart=/usr/bin/node node_modules/.bin/webpack-dev-server --config=configs/webpack/dev.js

[Install]
WantedBy=multi-user.target