1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/frp/systemd/frps.service

14 lines
209 B
SYSTEMD
Raw Normal View History

2017-11-02 12:22:53 +00:00
[Unit]
Description=frp server
After=network.target
[Service]
2019-07-15 03:35:09 +00:00
User=nobody
2017-11-02 12:22:53 +00:00
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.ini
2019-07-15 03:35:09 +00:00
LimitNOFILE=65536
2018-01-22 03:45:09 +00:00
RestartSec=5
2017-11-02 12:22:53 +00:00
Restart=always
[Install]
WantedBy=multi-user.target