diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 13:43:35 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 13:43:35 +0100 |
| commit | 2d44d8b5f3a40c409509e5261797437a0891904b (patch) | |
| tree | d72a8b003bb98c59551afaa0bcde0ce14808a017 /etc | |
| parent | bebf6d894f680376f5bed85bca068f4c267ff957 (diff) | |
| download | git.zue.dev-2d44d8b5f3a40c409509e5261797437a0891904b.tar git.zue.dev-2d44d8b5f3a40c409509e5261797437a0891904b.tar.gz git.zue.dev-2d44d8b5f3a40c409509e5261797437a0891904b.tar.bz2 git.zue.dev-2d44d8b5f3a40c409509e5261797437a0891904b.tar.xz git.zue.dev-2d44d8b5f3a40c409509e5261797437a0891904b.zip | |
update cron job to run as git user
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/cron.d/1m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/1m b/etc/cron.d/1m index c414e41..8ec271e 100644 --- a/etc/cron.d/1m +++ b/etc/cron.d/1m @@ -1 +1 @@ -* * * * * root /bin/bash /scripts/gitinfo.bash >> /var/log/gitinfo.log 2>&1 +* * * * * git /bin/bash /scripts/gitinfo.bash >> /var/log/gitinfo.log 2>&1 |
