Skip to content

Commit

Permalink
Merge pull request #3 from linuxserver/fix-crontabs
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Nov 17, 2022
2 parents 8797f64 + f0c92c4 commit ad1781d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion root/etc/crontabs/abc

This file was deleted.

1 change: 1 addition & 0 deletions root/etc/crontabs/root
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/15 * * * * s6-setuidgid abc python3 /usr/bin/feed2toot -l 5 -c /config/feed2toot.ini 2>&1
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-feed2toot-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if [[ -n ${FEED_LIMIT} ]]; then
fi

# permissions
lsiown abc:abc \
lsiown -R abc:abc \
/config

0 comments on commit ad1781d

Please sign in to comment.