1234567891011121314151617181920 |
- [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
|