blob: eb5d55740d7097988325738afa1bd3b93a136c79 (
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 --passcheckroot --config=$HOME/.config/v2raya
Restart=on-failure
[Install]
WantedBy=multi-user.target
|