1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/frp/systemd/frpc@.service

15 lines
272 B
SYSTEMD
Raw Normal View History

2019-07-15 05:35:09 +02:00
[Unit]
Description=Frp Client Service
After=network.target
[Service]
User=nobody
ExecStart=/usr/local/bin/frpc -c /etc/frp/%i.ini
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/%i.ini
LimitNOFILE=65536
RestartSec=5
Restart=always
[Install]
WantedBy=multi-user.target