Merge pull request #3 from linuxserver/fix-crontabs

This commit is contained in:
Adam 2022-11-17 22:30:32 +00:00 committed by GitHub
commit ad1781d5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
*/15 * * * * python3 /usr/bin/feed2toot -l 5 -c /config/feed2toot.ini 2>&1

1
root/etc/crontabs/root Normal file
View File

@ -0,0 +1 @@
*/15 * * * * s6-setuidgid abc python3 /usr/bin/feed2toot -l 5 -c /config/feed2toot.ini 2>&1

View File

@ -11,5 +11,5 @@ if [[ -n ${FEED_LIMIT} ]]; then
fi
# permissions
lsiown abc:abc \
lsiown -R abc:abc \
/config