TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. stevef9432203
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 16
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by stevef9432203

    • S

      Install TriggerCMD agent on your NAS OR Router

      Instructions
      • • • stevef9432203
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      F

      AHOY, Steve F! I'm loving your instruction set, but I had a few questions for you.

      First off, were you on an older version of OpenWRT when you wrote this? Some of the filepaths are different for me on 18.06.4.

      Next, did you intend to embed emoji in your startup script, or is that supposed to be "*)" or something as hovering over it suggests? I assume the latter and would hazard a guess that this forum converts it to an emoticon. I'm just about to finish up with that and see whether TRIGGERcmd starts at boot.

      Finally, I understand the filename suggests that S30* should start with a priority level 30, but my router running 18.06.4 is trying to run it as priority level 1. Nowadays I think OpenWRT uses symlinks to set priority according to a couple of lines within an init script itself, so using classic filenames to set priority without indicating within the file itself the priority with which the script should be executed does not work.

      Once again, thank you!

    • S

      Install from github repo?

      General Discussion
      • • • stevef9432203
      23
      0
      Votes
      23
      Posts
      5.3k
      Views

      RussR

      @stevef9432203, no, but you could change this line to set your "homedir" to something else.

      homedir = (process.platform === 'win32') ? process.env.HOMEPATH : process.env.HOME;

      Or maybe you could symlink your ~/.TRIGGERcmdData folder to a path on your hard drive.

    • S

      Support Storage Appliances and Advanced Routers

      General Discussion
      • • • stevef9432203
      2
      0
      Votes
      2
      Posts
      405
      Views

      RussR

      @stevef9432203, if you can install nodejs on it, then it should work.

      If you can verify that, let me know and I'll help get it installed.