mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3611] armbian无法开机自动frpc #2882
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2882
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lamhui on GitHub (Sep 13, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3611
Bug Description
按照网上的教程拉取安装frpc插件并配置frpc.ini文件,之后再在 /usr/lib/systemd/system下创建frpc.service服务以便于机器每次启动后能自启动frpc应用,可是每次重启或者开机后都无法顺利进行并出现以上截图信息,只能手动输入指令systemctl restart frpc重新启动frpc后才能顺利启动和使用,不知道到底是哪里出错了还是程序的bug望知道的指点一二,先谢过!
frpc Version
0.51.3
frps Version
N/A
System Architecture
armbian/arm64
Configurations
[Unit]
#服务描述
Description=frpc service
After=network.target syslog.target
Wants=network.target
[Service]
Type=simple
#执行命令
ExecStart=/usr/local/frpc/frpc -c /usr/local/frpc/frpc.ini
[Install]
WantedBy=multi-user.target
Logs
No response
Steps to reproduce
...
Affected area
@aienuo commented on GitHub (Sep 19, 2023):
这个是我在 ConstOs8.5 里面的配置你可以做个参考(其中我对 service 文件权限做了最大处理): https://gitee.com/xinlau/DocumentationAndTutorials/blob/master/Linux/FRP.md
@github-actions[bot] commented on GitHub (Oct 20, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.