Skip to content

Commit

Permalink
Fix service (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest committed Feb 24, 2024
1 parent f0ae229 commit 9dc82a7
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 @@ -17,7 +17,7 @@ Tool to manage OS images

%install
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/usr/local/lib/systemd/system
mkdir -p %{buildroot}/usr/lib/systemd/system

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

0 comments on commit 9dc82a7

Please sign in to comment.