pppoe_control/pppoe_control.service

14 lines
226 B
SYSTEMD
Raw Normal View History

2018-08-09 04:51:49 +00:00
[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