Skip to content

Commit c13c8a7

Browse files
committed
Try a different way to enable git-sync-check.timer
1 parent 34901b6 commit c13c8a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

recipes/git-sync-check.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
end
1616

1717
service 'git-sync-check.timer' do
18-
action [:start, :enable]
18+
action :start
19+
end
20+
21+
link '/etc/systemd/system/timers.target.wants/git-sync-check.timer' do
22+
to '/etc/systemd/system/git-sync-check.timer'
1923
end

0 commit comments

Comments
 (0)