1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/frp/systemd/frps.service
2019-07-15 11:35:09 +08:00

14 lines
209 B
Desktop File

[Unit]
Description=frp server
After=network.target
[Service]
User=nobody
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.ini
LimitNOFILE=65536
RestartSec=5
Restart=always
[Install]
WantedBy=multi-user.target