Replies: 2 comments 2 replies
-
Solveddynaframe.service [Service] [Install] |
Beta Was this translation helpful? Give feedback.
-
|
Thankyou for this...question..by default it should be using autostart from the script to setup. Are you installing it manually? And is there a beneift of a systemd vs autostart? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to configure a systemd service for this, but cannot get the app to launch successfully. Any advice?
dynaframe.service
[Unit]
Description = Dynaframe service
After = graphical.target
Requires = network.target
[Service]
Type = idle
User = pi
WorkingDirectory = /home/pi/Dynaframe
ExecStart = /home/pi/Dynaframe/Dynaframe
Restart = always
RestartSec = 10
[Install]
WantedBy = graphical.target
Beta Was this translation helpful? Give feedback.
All reactions