-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: correct typo in systemctl description
- Loading branch information
1 parent
843302f
commit c4d1fca
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
Name: sanoid | ||
Version: %{version} | ||
Release: 1%{?dist}.ucore1 | ||
Release: 1%{?dist}.ucore2 | ||
BuildArch: noarch | ||
Summary: A policy-driven snapshot management tool for ZFS file systems | ||
Group: Applications/System | ||
|
@@ -84,7 +84,7 @@ EOF | |
|
||
cat > %{buildroot}%{_unitdir}/%{name}.timer <<EOF | ||
[Unit] | ||
Description=Run Sanoid Every Minute | ||
Description=Run Sanoid Every 15 Minutes | ||
|
||
[Timer] | ||
OnCalendar=*:0/15 | ||
|
@@ -131,6 +131,8 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name} | |
%endif | ||
|
||
%changelog | ||
* Wed Oct 13 2024 John McGee <[email protected]> - 2.2.0.ucore2 | ||
- Correct typo in systemctl description | ||
* Wed Oct 09 2024 John McGee <[email protected]> - 2.2.0.ucore1 | ||
- Correct systemctl scripts Exec path | ||
* Tue Mar 19 2024 John McGee <[email protected]> - 2.2.0.ucore | ||
|