-1

How to start node.js server in deamon mode on Synology DS120j NAS (and other synology models if it's similar) drive since it looks that there is not systemd?

stopsopa
  • 408
  • 4
  • 20

1 Answers1

1

You need to create an installer package (spk). Therefore you find related developer documents provided by synology

If you have docker on your diskstation, you find a solution by KeesCBakker on github

Even it is possible to create the required files inplace on the DiskStation, I recommend to create an spk with a build environment as provided by SynoCommunity

hgy
  • 13
  • 3