-
|
Hello, Is there a way to run headless system bridge as a systemd user service that uses nodejs from OS repositories? I'm no nodejs developer, but I believe there must be a way to compile the whole headless app into one js file that can be executed with something like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
This is probably possible. There should be an environment variable to set, to make the app run in CLI mode (no GUI features) for The Docker image has made a start with this in https://github.com/timmo001/system-bridge/blob/master/rootfs/etc/services.d/app/run |
Beta Was this translation helpful? Give feedback.
-
|
Documentation for 3.x.x here contains a systemd script: |
Beta Was this translation helpful? Give feedback.
Documentation for 3.x.x here contains a systemd script:
https://system-bridge.timmo.dev/docs/running