Search found 4 matches

by impmonkey
Mon 26 Mar 2012, 18:32
Forum: Puppy Derivatives
Topic: OLD: mpdPup - Simplified MPD Music Server/Jukebox - v0.9.2
Replies: 463
Views: 285341

what would be the best way to have crond start at boot? I don't run the GUI as this is a virtual machine so I don't think the usual start up folder will work.
by impmonkey
Fri 16 Mar 2012, 15:17
Forum: Puppy Derivatives
Topic: OLD: mpdPup - Simplified MPD Music Server/Jukebox - v0.9.2
Replies: 463
Views: 285341

Awesome! Thanks. I would love a cron gui!
by impmonkey
Mon 13 Feb 2012, 17:03
Forum: Puppy Derivatives
Topic: OLD: mpdPup - Simplified MPD Music Server/Jukebox - v0.9.2
Replies: 463
Views: 285341

The big thing is I need to to not only update the database but also the playlist.
I started cron manually with crond

Thanks!
by impmonkey
Fri 10 Feb 2012, 21:16
Forum: Puppy Derivatives
Topic: OLD: mpdPup - Simplified MPD Music Server/Jukebox - v0.9.2
Replies: 463
Views: 285341

Cron

Just installed this and it is great! Having a bit of trouble getting cron jobs to run in this though. I'm sure I am just over looking something. Inside /var/spool/cron/crontabs I have two files. update.sc and root The contents of update.sc #!/bin/sh echo 'updating...' mpc update > /dev/null while [ ...