summarylogtreecommitdiffstats
path: root/v2raya-lite.service
blob: dc433ea2cef3752ae12293c8667cc5d969ec612a (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 network-online.target nss-lookup.target iptables.service ip6tables.service nftables.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