Skip to content

Commit

Permalink
fix: wrong exec dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fadnincx authored Jan 18, 2023
1 parent 98e0739 commit db67d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/systemd/system/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ AssertPathExists={{ potos_basics_ansible_workdir }}

[Service]
Type=oneshot
ExecStart=/usr/sbin/{{ potos_basics_client_name | lower }}-ansible-pull -r %i
ExecStart=/usr/bin/{{ potos_basics_client_name | lower }}-ansible-pull -r %i

0 comments on commit db67d2e

Please sign in to comment.