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

Add setup command and systemd service #27

Merged
merged 4 commits into from
Jan 18, 2024

Conversation

affenull2345
Copy link
Collaborator

Linked Items

Fixes #25

Description

Add a command for installing configuration files and the systemd service file. Run the command automatically when building an RPM.

Behaviour changes

Old: Configuration was loaded from the python package and the daemon had to be started manually.

New: Configuration is installed into and loaded from /etc by default and the daemon can be managed via systemd.

Category

This is related to a:

  • Bugfix
  • Feature
  • Packaging
  • Docs
  • Code Quality
  • Refactoring
  • Miscellaneous

Tests

  • Unit-Tests were created
  • System-Tests were created
  • Code is already covered by Unit-Tests
  • Code is already covered by System-Tests
  • No tests required

@SchoolGuy SchoolGuy added this to the V0.1.0 milestone Jan 18, 2024
@SchoolGuy SchoolGuy self-requested a review January 18, 2024 15:12
Copy link
Member

@SchoolGuy SchoolGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR does break building in openSUSE Leap and SLES. This is due to some conflicting information that I provided. The build itself works under openSUSE Tumbleweed and as such I will merge this PR.

@SchoolGuy SchoolGuy merged commit 306fe8d into cobbler:main Jan 18, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add systemd service file
2 participants