mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
wireguard: Add wireguard initscript
commit b78ba3624f0a11c060ad06dbd65741b82684d93e
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Tue Apr 16 16:17:59 2024 +0200
wireguard: Add initscript
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -101,6 +101,7 @@ $(TARGET) :
|
||||
ln -sf ../init.d/setclock /etc/rc.d/rc0.d/K47setclock
|
||||
ln -sf ../init.d/cyrus-sasl /etc/rc.d/rc0.d/K49cyrus-sasl
|
||||
ln -sf ../init.d/vnstat /etc/rc.d/rc0.d/K51vnstat
|
||||
ln -sf ../init.d/wireguard /etc/rc.d/rc0.d/K70wireguard
|
||||
ln -sf ../init.d/conntrackd /etc/rc.d/rc0.d/K77conntrackd
|
||||
ln -sf ../init.d/suricata /etc/rc.d/rc0.d/K78suricata
|
||||
ln -sf ../init.d/leds /etc/rc.d/rc0.d/K79leds
|
||||
@@ -131,6 +132,7 @@ $(TARGET) :
|
||||
ln -sf ../init.d/apache /etc/rc.d/rc3.d/S32apache
|
||||
ln -sf ../init.d/haproxy /etc/rc.d/rc3.d/S35haproxy
|
||||
ln -sf ../init.d/fcron /etc/rc.d/rc3.d/S40fcron
|
||||
ln -sf ../init.d/wireguard /etc/rc.d/rc3.d/S50wireguard
|
||||
ln -sf ../../sysconfig/rc.local /etc/rc.d/rc3.d/S98rc.local
|
||||
ln -sf ../init.d/sslh /etc/rc.d/rc3.d/S98sslh
|
||||
ln -sf ../init.d/imspetor /etc/rc.d/rc3.d/S99imspetor
|
||||
@@ -153,6 +155,7 @@ $(TARGET) :
|
||||
ln -sf ../init.d/setclock /etc/rc.d/rc6.d/K47setclock
|
||||
ln -sf ../init.d/cyrus-sasl /etc/rc.d/rc6.d/K49cyrus-sasl
|
||||
ln -sf ../init.d/vnstat /etc/rc.d/rc6.d/K51vnstat
|
||||
ln -sf ../init.d/wireguard /etc/rc.d/rc6.d/K70wireguard
|
||||
ln -sf ../init.d/conntrackd /etc/rc.d/rc6.d/K77conntrackd
|
||||
ln -sf ../init.d/suricata /etc/rc.d/rc6.d/K78suricata
|
||||
ln -sf ../init.d/leds /etc/rc.d/rc6.d/K79leds
|
||||
|
||||
Reference in New Issue
Block a user