mirror of
https://github.com/gryf/wicd.git
synced 2026-04-27 01:01:26 +02:00
14 lines
204 B
Bash
14 lines
204 B
Bash
#!/bin/bash
|
|
#
|
|
# Startup script for wicd
|
|
#
|
|
# chkconfig: 345 99 01
|
|
#
|
|
# description: wicd wireless/wired internet connection daemon
|
|
#
|
|
# processname: wicd
|
|
# pidfile: %PIDFILE%
|
|
#
|
|
|
|
. /lib/lsb.init_functions $1
|