summarylogtreecommitdiffstats
path: root/v2raya.service
blob: 67b882a6c7b50a96030dd28003ee6c66b06053a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=v2rayA Service
Documentation=https://github.com/mzz2017/v2rayA/wiki
After=network.target
Wants=network.target

[Service]
Type=simple
User=root
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW CAP_NET_BIND_SERVICE
ExecStart=/usr/bin/v2raya
Restart=on-failure

[Install]
WantedBy=multi-user.target