Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restarting system after updating services #67

Open
andrewn opened this issue Mar 14, 2018 · 1 comment
Open

Restarting system after updating services #67

andrewn opened this issue Mar 14, 2018 · 1 comment
Assignees

Comments

@andrewn
Copy link
Owner

andrewn commented Mar 14, 2018

After updating service list, the setup services says "Service changes have been saved. Restart the device for changes to take effect."

I'm wondering how best to support this:

  • user could cycle the power (but this is a bit dangerous)
  • add a button to the setup service to reboot
  • user has to ssh into the Pi and execute sudo reboot
  • have a way of start/stopping correct services without rebooting
@andrewn andrewn changed the title Restarting system Restarting system after updating services Mar 14, 2018
@pixelblend
Copy link
Collaborator

There's currently no link between service's directory name and systemd service name. If we could enforce this, then we could emit systemd commands to stop / start the requried services.

@pixelblend pixelblend self-assigned this Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants