mirror of
https://github.com/gryf/wicd.git
synced 2025-12-31 11:02:33 +01:00
Let the maintainers do their choices, instead of jump into ideas about how init files should looks like. Adjusted gitignore file.
14 lines
217 B
Bash
Executable File
14 lines
217 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Startup script for wicd
|
|
#
|
|
# chkconfig: 345 99 01
|
|
#
|
|
# description: wicd wireless/wired internet connection daemon
|
|
#
|
|
# processname: wicd
|
|
# pidfile: /var/run/wicd/wicd.pid
|
|
#
|
|
|
|
. /lib/lsb/init-functions $1
|