Skip to content

Commit a5be97d

Browse files
committed
Fix systemd directory usage
1 parent 82456f7 commit a5be97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/git-sync-check.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
2-
# This is executed by `/lib/systemd/system/git-sync-check.service` as User=git
3-
# which is triggered every 10 minutes by `/lib/systemd/system/git-sync-check.timer`.
2+
# This is executed by `/etc/systemd/system/git-sync-check.service` as User=git
3+
# which is triggered every 10 minutes by `/etc/systemd/system/git-sync-check.timer`.
44

55
require 'json'
66
require 'net/http'

0 commit comments

Comments
 (0)