We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ec55c commit 159b60aCopy full SHA for 159b60a
cron.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
echo "root" > /etc/fcron/fcron.allow
3
#chmod 644 /etc/fcron/
4
-#chmod 644 /etc/fcron/fcron.{conf,allow,deny}
+chmod 644 /etc/fcron/fcron.conf /etc/fcron/fcron.allow /etc/fcron/fcron.deny
5
[ ! -f /run/fcron.pid ] || rm /run/fcron.pid
6
exec /usr/sbin/fcron --foreground
0 commit comments