summarylogtreecommitdiffstats
path: root/v2raya@.service
blob: d077712c0f17e7142394cb980f2252a462db0cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=v2rayA Service for %i
Documentation=https://github.com/v2rayA/v2rayA/wiki
After=network.target nss-lookup.target iptables.service ip6tables.service
Wants=network.target

[Service]
Type=simple
User=%i
ExecStart=/usr/bin/v2raya --lite --log-disable-timestamp
Restart=on-failure

[Install]
WantedBy=multi-user.target