[Unit] Description=v2rayA Service Documentation=https://github.com/v2rayA/v2rayA/wiki After=network.target nss-lookup.target iptables.service ip6tables.service Wants=network.target [Service] Type=simple User=root LimitNPROC=500 LimitNOFILE=1000000 EnvironmentFile=-/etc/conf.d/v2raya ExecStart=/bin/sh -c '/usr/bin/v2raya ${V2RAYA_OPTS}' Restart=on-failure [Install] WantedBy=multi-user.target