Skip to content

Commit

Permalink
Fix outliers log creation
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jan 26, 2024
1 parent f7a2660 commit 9d264d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/rb-aioutliers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install -d -m 0755 %{buildroot}/var/log/rb-aioutliers

# Install all files (including hidden ones) to the destination directory
cp -r * %{buildroot}/opt/rb-aioutliers
touch %{buildroot}/opt/rb-aioutliers/outliers.log
touch %{buildroot}/var/log/rb-aioutliers/outliers.log

# Create the systemd service directory and install the service file
install -d -m 0755 %{buildroot}/usr/lib/systemd/system/
Expand Down

0 comments on commit 9d264d2

Please sign in to comment.