Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
kured
systemctl-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File systemctl-path.patch of Package kured
From af6c6e783403978273208a45c137c273935604fb Mon Sep 17 00:00:00 2001 From: Johannes Kastl <kastl@b1-systems.de> Date: Fri, 7 Jan 2022 11:57:28 +0100 Subject: [PATCH] cmd/kured/main.go: Fix path to systemctl Signed-off-by: Johannes Kastl <kastl@b1-systems.de> --- cmd/kured/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kured/main.go b/cmd/kured/main.go index 3ad1cbe..ee54013 100644 --- a/cmd/kured/main.go +++ b/cmd/kured/main.go @@ -185,7 +185,7 @@ func NewRootCommand() *cobra.Command { "Taint name applied during pending node reboot (to prevent receiving additional pods from other rebooting nodes). Disabled by default. Set e.g. to \"weave.works/kured-node-reboot\" to enable tainting.") rootCmd.PersistentFlags().StringVar(&rebootSentinelCommand, "reboot-sentinel-command", "", "command for which a zero return code will trigger a reboot command") - rootCmd.PersistentFlags().StringVar(&rebootCommand, "reboot-command", "/bin/systemctl reboot", + rootCmd.PersistentFlags().StringVar(&rebootCommand, "reboot-command", "/usr/bin/systemctl reboot", "command to run when a reboot is required") rootCmd.PersistentFlags().IntVar(&concurrency, "concurrency", 1, "amount of nodes to concurrently reboot. Defaults to 1")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor