稳定v1.0.0版本

This commit is contained in:
huangsimin
2018-08-09 12:51:49 +08:00
parent b4383c9240
commit e97e8c903a
5 changed files with 384 additions and 0 deletions

13
pppoe_control.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=pppoe_control
After=network.target
Wants=network.target
[Service]
Type=simple
PIDFile=/var/run/pppoe_control.pid
ExecStart=/usr/local/bin/pppoe_control
Restart=always
[Install]
WantedBy=multi-user.target