adsl.service 153 B

1234567891011
  1. [Unit]
  2. Description=ADSL Daemon
  3. [Service]
  4. Type=forking
  5. ExecStart=/usr/bin/pppoe-start
  6. ExecStop=/usr/bin/pppoe-stop
  7. [Install]
  8. WantedBy=multi-user.target