Skip to content

Commit

Permalink
Merge pull request #15 from k9withabone/check-existing
Browse files Browse the repository at this point in the history
Check for conflicting systemd services
  • Loading branch information
k9withabone authored Apr 22, 2023
2 parents 7f9d1a7 + 386a2cf commit 4807614
Show file tree
Hide file tree
Showing 6 changed files with 1,027 additions and 61 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [Unreleased]

### Added

- Check for existing unit files with the same name as the service generated by quadlet from the podlet generated quadlet file and throw an error if there is a conflict (#14).
- Use `--skip-services-check` to opt out.

### Changed

- Breaking: files are no longer overwritten by default, added `--overwrite` flag if overwriting is desired.

## [0.1.1] - 2023-04-19

### Added
Expand Down
Loading

0 comments on commit 4807614

Please sign in to comment.