mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-06-07 12:59:55 +00:00
21 lines
380 B
Desktop File
21 lines
380 B
Desktop File
[Unit]
|
|
Description=XrayR Service
|
|
After=network.target nss-lookup.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
Type=simple
|
|
LimitAS=infinity
|
|
LimitRSS=infinity
|
|
LimitCORE=infinity
|
|
LimitNOFILE=999999
|
|
WorkingDirectory=/usr/local/XrayR/
|
|
ExecStart=/usr/local/XrayR/XrayR --config /etc/XrayR/config.yml
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|