1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-18 12:00:24 +01:00

Fix gentoo init

This commit is contained in:
2020-07-30 16:38:55 +02:00
parent 48bac465d4
commit c401f2963b

View File

@@ -1,9 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2006 Gentoo Foundation
#!/sbin/openrc-run
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
opts="start stop restart"
WICD_DAEMON=%SBIN%wicd
WICD_PIDFILE=%PIDFILE%
@@ -36,5 +34,5 @@ force_kill() {
restart() {
force_kill
start
sve_start
}