We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82456f7 commit a5be97dCopy full SHA for a5be97d
bin/git-sync-check.rb
@@ -1,6 +1,6 @@
1
#!/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`.
+# This is executed by `/etc/systemd/system/git-sync-check.service` as User=git
+# which is triggered every 10 minutes by `/etc/systemd/system/git-sync-check.timer`.
4
5
require 'json'
6
require 'net/http'
0 commit comments