[Libtorrent-devel] problem with rtorrentInit.sh

Larry Crouch lcrouch at digitalsynergistics.net
Thu May 27 13:29:20 UTC 2010


On Thursday 27 May 2010 07:00:29 Dominik Psenner wrote:
> Thanks, I'll try the screenrc solution. It looks really nice and promising.
> :-) I didn't know crontab has a @reboot flag. Very nice!
> 
> This topic more and more becomes a brainstorming one. :-)
> 
> _______________________________________________
> Libtorrent-devel mailing list
> Libtorrent-devel at rakshasa.no
> http://rakshasa.no/mailman/listinfo/libtorrent-devel
> 

There are several special entries, most of which are just shortcuts, that
can be used instead of specifying the full cron entry:
 @reboot    Run once, at startup
 @yearly    Run once a year    0 0 1 1 *
 @annually  (same as @yearly)  0 0 1 1 *
 @monthly   Run once a month   0 0 1 * *
 @weekly    Run once a week    0 0 * * 0
 @daily     Run once a day     0 0 * * *
 @midnight  (same as @daily)   0 0 * * *
 @hourly    Run once an hour   0 * * * *


-- 
Larry Crouch
lcrouch at digitalsynergistics.net


More information about the Libtorrent-devel mailing list