12 lines
200 B
Desktop File
12 lines
200 B
Desktop File
[Unit]
|
|
Description=PPPOE Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-@SYSCONFDIR@/default/pppoe-server
|
|
ExecStart=@SBINDIR@/pppoe-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|