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

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

[Install]
WantedBy=multi-user.target