mirror of
https://github.com/gryf/wicd.git
synced 2026-01-04 21:04:15 +01:00
14 lines
204 B
Bash
Executable File
14 lines
204 B
Bash
Executable File
#!/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
|