summarylogtreecommitdiffstats
path: root/yacd-meta.service
blob: 90ef68ab482f2ae64e688aae73502d923c269b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Yet another Clash dashboard (meta)
After=network.target NetworkManager.service systemd-networkd.service iwd.service

[Service]
Type=simple
ExecStart=/usr/bin/miniserve /usr/share/yacd-meta/ --port 3030 --index index.html
Restart=on-failure

[Install]
WantedBy=default.target