looran / synoadm

customize Synology DSM devices
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

how to reload nginx instead of restarting it #1

Open carmatana opened 1 year ago

carmatana commented 1 year ago

Do not know where to write this comment, so I opened an issue. Sorry

In DSM7 to avoid docker and VMM to restart use:

synow3tool --gen-all && systemctl reload nginx

source: https://www.reddit.com/r/synology/comments/olve56/comment/h5hsogq/

looran commented 1 year ago

It looks interesting but synow3tool --gen-all fails for me:

dsm7$ synow3tool --gen-all  
Generate synow3.sc successfully
Cannot sync certificate
dsm7$ echo $?
255

Any idea on how to get more logging ?