Skip to content

Commit

Permalink
Fix service file location (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest authored Feb 24, 2024
1 parent f345cf0 commit f0ae229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/osman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/usr/local/lib/systemd/system

cp ./bin/osman-app %{buildroot}/usr/bin/osman
cp ./build/osman.service %{buildroot}/usr/local/lib/systemd/system/osman.service
cp ./build/osman.service %{buildroot}/usr/lib/systemd/system/osman.service

%files
/usr/bin/osman
Expand Down

0 comments on commit f0ae229

Please sign in to comment.