parent
0cdecd1c7e
commit
d8fac7bb53
|
@ -12,11 +12,11 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <net/if.h>
|
||||
|
||||
#define INIT_CMD "./ppp-4G init"
|
||||
#define START_CMD "./ppp-4G start"
|
||||
#define STOP_CMD "./ppp-4G stop"
|
||||
#define RESTART_CMD "./ppp-4G restart"
|
||||
#define STATUS_CMD "./ppp-4G status"
|
||||
#define INIT_CMD "/etc/ppp/ppp-4G init"
|
||||
#define START_CMD "/etc/ppp/ppp-4G start"
|
||||
#define STOP_CMD "/etc/ppp/ppp-4G stop"
|
||||
#define RESTART_CMD "/etc/ppp/ppp-4G restart"
|
||||
#define STATUS_CMD "/etc/ppp/ppp-4G status"
|
||||
#define file_path "/var/run/ppp0.pid"
|
||||
#define GETPID "pgrep ppp-4g"
|
||||
#define START 1
|
||||
|
|
Loading…
Reference in New Issue