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

[Service]
Type=simple
ExecStart=/usr/bin/v2raya --lite --log-disable-timestamp
Environment=V2RAYA_LOG_FILE=%L/v2raya/v2raya.log
Restart=on-failure

[Install]
WantedBy=default.target