dae/install/dae.service

17 lines
295 B
SYSTEMD
Raw Normal View History

2023-01-31 22:51:31 +07:00
[Unit]
Description=v2rayA Service
Documentation=https://github.com/v2rayA/dae
After=network.target
Wants=network.target
[Service]
Type=simple
User=root
LimitNPROC=500
LimitNOFILE=1000000
ExecStart=/usr/bin/dae run -c /etc/dae/config.dae
Restart=on-failure
[Install]
WantedBy=multi-user.target