Adguardhome: [Question] How to control the app after installation from snap?

Created on 6 Jul 2020  路  2Comments  路  Source: AdguardTeam/AdGuardHome

Hello,

please, explain where i can find the yaml file configuration after install of package from snap repo and how to control it (start|restart|stop). I can't find any instructions in the wiki section unfortunately馃檮

Maybe need to add this information to the wiki too?馃え

Thank you.
Cheers!

question

Most helpful comment

Well, the commands are standard for any snap.

  • snap services - to view active services
  • snap logs adguard-home - to view the latest service logs
  • snap start/stop/restart adguard-home - to control the service
  • /var/snap/adguard-home/current - here you can find the data of the snap

All 2 comments

Well, the commands are standard for any snap.

  • snap services - to view active services
  • snap logs adguard-home - to view the latest service logs
  • snap start/stop/restart adguard-home - to control the service
  • /var/snap/adguard-home/current - here you can find the data of the snap

@ameshkov , perfect! Thanks a lot!馃馃徑

Was this page helpful?
0 / 5 - 0 ratings