mirror of
https://github.com/linuxserver/docker-feed2toot.git
synced 2026-03-02 00:02:50 +08:00
Merge pull request #3 from linuxserver/fix-crontabs
This commit is contained in:
commit
ad1781d5d0
@ -1 +0,0 @@
|
||||
*/15 * * * * python3 /usr/bin/feed2toot -l 5 -c /config/feed2toot.ini 2>&1
|
||||
1
root/etc/crontabs/root
Normal file
1
root/etc/crontabs/root
Normal file
@ -0,0 +1 @@
|
||||
*/15 * * * * s6-setuidgid abc python3 /usr/bin/feed2toot -l 5 -c /config/feed2toot.ini 2>&1
|
||||
@ -11,5 +11,5 @@ if [[ -n ${FEED_LIMIT} ]]; then
|
||||
fi
|
||||
|
||||
# permissions
|
||||
lsiown abc:abc \
|
||||
lsiown -R abc:abc \
|
||||
/config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user