Skip to content

Instantly share code, notes, and snippets.

@corerman
Created May 14, 2018 08:14
Show Gist options
  • Save corerman/66b3366f12352bc4c96f609aa504338e to your computer and use it in GitHub Desktop.
Save corerman/66b3366f12352bc4c96f609aa504338e to your computer and use it in GitHub Desktop.
manjaro_archlinux_startup
archlinux/manjaro 开机自启动[linux]
在/usr/lib/systemd/system/中加入frp.service文件
[Unit]
Description=AutoExec
[Service]
ExecStart=/root/frp.sh
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment