mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-03 04:45:53 +07:00
17 lines
295 B
SYSTEMD
17 lines
295 B
SYSTEMD
|
[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
|