14 lines
226 B
SYSTEMD
14 lines
226 B
SYSTEMD
|
[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
|