-
Notifications
You must be signed in to change notification settings - Fork 902
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
update(systemd): solve some issues with systemd unit #2385
update(systemd): solve some issues with systemd unit #2385
Conversation
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: 05b2110ffcccc37c8ddb24d82a2f14ca9bc155b9
|
/hold for testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/milestone 0.34.0
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Fix!
/approve
LGTM label has been added. Git tree hash: dea95b7ca096b4323f8a2e6583cdecda6b0ffe8d
|
Tested and works like a charm on rpm based distro! |
@therealbobo: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, jasondellaluce, therealbobo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
What type of PR is this?
/kind bug
/kind cleanup
Any specific area of the project related to this PR?
/area engine
What this PR does / why we need it:
This PR solves some issues with
systemd
units.With the actual implementation
systemd restart
andsystemd condrestart
cause:This issue is solved by removing the
Conflicts=
directive. TheConflicts=
directive was here just to protect users from running more than one Falco instance withsystemd
, but since this causes issues we prefer to disable this behavior allowing to userestart
/condrestart
commandsThe PR provides a new environment variable to disable the dialog at installation time
FALCO_FRONTEND
, if you don't want the dialog enabled by default when starting the unit you should useFALCO_FRONTEND=noninteractive
. Examples:Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: