mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +02:00
15 lines
268 B
Desktop File
15 lines
268 B
Desktop File
[Unit]
|
|
Description=frp client
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=nobody
|
|
ExecStart=/usr/local/bin/frpc -c /etc/frp/frpc.ini
|
|
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/frpc.ini
|
|
LimitNOFILE=65536
|
|
RestartSec=5
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|