distribution/packages/network/wireguard-tools/autostart/098-wireguard

11 lines
247 B
Text
Raw Normal View History

2022-05-25 17:59:35 +00:00
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present kkoshelev (https://github.com/kkoshelev)
. /etc/profile
if [ "$(get_setting wireguard.up)" == "1" ]
then
nohup wg-quick up /storage/.config/wireguard/wg0.conf &
fi