Skip to content

Instantly share code, notes, and snippets.

@bindog
bindog / frp systemd.md
Created August 3, 2020 09:47 — forked from ihipop/frp systemd.md
FRP systemd 启动脚本

My Version, Allow run as nobody AND ports below 1024

/etc/systemd/system/frps.service

[Unit]
Description=FRP Server Daemon

[Service]
Type=simple
ExecStartPre=-/usr/sbin/setcap cap_net_bind_service=+ep /opt/bin/frps