anthill / 6brain

0 stars 3 forks source link

Wvdial starts even if disabled #75

Closed vallettea closed 8 years ago

vallettea commented 8 years ago
pi@ant-410 ~ $ sudo systemctl status wvdial
● wvdial.service
   Loaded: loaded (/usr/lib/systemd/system/wvdial.service; disabled)
   Active: inactive (dead)
pi@ant-410 ~ $ logout
Connection to 10.33.0.89 closed.
vallettea@retina:~$ ssh pi@10.33.0.89

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Jan  6 09:04:01 2016 from 10.33.0.101
pi@ant-410 ~ $ sudo systemctl status wvdial
● wvdial.service
   Loaded: loaded (/usr/lib/systemd/system/wvdial.service; disabled)
   Active: active (running) since Wed 2016-01-06 09:05:01 UTC; 25min ago
 Main PID: 1003 (wvdial)
   CGroup: /system.slice/wvdial.service
           ├─1003 /usr/bin/wvdial 3G
           └─1010 /usr/sbin/pppd 460800 modem crtscts defaultroute usehostname -detach user blank noipdefault call wvdial usepeerdns idle...
vallettea commented 8 years ago

this line was in the crontab:

5 * * * * /bin/systemctl restart wvdial