diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-24 12:07:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-24 12:07:52 -0300 |
commit | 8febad754f500027e10af865b0f9f0f5bbc38b3e (patch) | |
tree | d8fb39ddb281b2c4d0d3c0c0ad17bae5c69f55ba /libre/rp-pppoe-libre/adsl.service | |
parent | 96ac8c580fee96e6280729019d34c16588422d8a (diff) |
rp-pppoe-libre-3.11-4: move /usr/sbin to /usr/bin
Diffstat (limited to 'libre/rp-pppoe-libre/adsl.service')
-rw-r--r-- | libre/rp-pppoe-libre/adsl.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/rp-pppoe-libre/adsl.service b/libre/rp-pppoe-libre/adsl.service index 324164943..f9a2fdcc6 100644 --- a/libre/rp-pppoe-libre/adsl.service +++ b/libre/rp-pppoe-libre/adsl.service @@ -3,8 +3,8 @@ Description=ADSL Deamon [Service] Type=forking -ExecStart=/usr/sbin/pppoe-start -ExecStop=/usr/sbin/pppoe-stop +ExecStart=/usr/bin/pppoe-start +ExecStop=/usr/bin/pppoe-stop [Install] WantedBy=multi-user.target |