Skip to content

Commit

Permalink
Moonraker/Scripts: move ratos-configurator service management to upda…
Browse files Browse the repository at this point in the history
…te script
  • Loading branch information
miklschmidt committed Jan 12, 2024
1 parent a3da181 commit 7d09eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion moonraker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ primary_branch: dev-deployment
origin: https://github.com/Rat-OS/RatOS-configurator.git
install_script: scripts/setup.sh
is_system_service: True
managed_services:
ratos-configurator

[update_manager RatOS]
type: git_repo
Expand All @@ -38,7 +40,6 @@ primary_branch: development
origin: https://github.com/Rat-OS/RatOS-configuration.git
install_script: scripts/ratos-install.sh
managed_services:
ratos-configurator
moonraker
klipper

Expand Down
4 changes: 2 additions & 2 deletions scripts/ratos-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ ensure_node_18()
fi
}

restart_klipper()
restart_configurator()
{
service klipper restart
systemctl restart ratos-configurator
}

symlink_extensions()
Expand Down

0 comments on commit 7d09eca

Please sign in to comment.