I make a wireguard restart cron on UI, but seems it not do anything...
I check that it include
So seems not the cron the probem, but these fuction (wg restart) are broken...
I check that it include
Code Select
/var/cron/tabs/nobody
i see the command that need to run it. If i try to run it manually it also not work...Code Select
su -m nobody -c '/usr/local/sbin/configctl -d 'wireguard restart''
So seems not the cron the probem, but these fuction (wg restart) are broken...