Hi,
I want my Jolla to automaticaly shutdown at 11 PM and power on at 7 AM.
I've just tried the crontab to schedule a shutdown at 3PM, but it didn't work :
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.2836 installed on Mon May 16 15:08:04 2016)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
10 15 * * * poweroff
Can you help ?
| 2 | No.2 Revision |
Hi,
I want my Jolla to automaticaly shutdown at 11 PM and power on at 7 AM.
I've just tried the crontab to schedule a shutdown at 3PM, but it didn't work :
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.2836 installed on Mon May 16 15:08:04 2016)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
10 15 * * * poweroff
/usr/sbin/shutdown -h now
Can you help ?
| 3 | No.3 Revision |
Hi,
I want my Jolla to automaticaly shutdown at 11 PM and power on at 7 AM.
I've just tried the crontab to schedule a shutdown at 3PM, but it didn't work :
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.2836 installed on Mon May 16 15:08:04 2016)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
10 15 * * * /usr/sbin/shutdown -h now
Can you help ?
| 4 | No.4 Revision |
Hi,
I want my Jolla to automaticaly shutdown at 11 PM and power on at 7 AM.
I've just tried the crontab to schedule a shutdown at 3PM, but it didn't work :
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.2836 installed on Mon May 16 15:08:04 2016)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
10 15 * * * /usr/sbin/shutdown -h now
Can you help ?
| 5 | retagged |
Hi,
I want my Jolla to automaticaly shutdown at 11 PM and power on at 7 AM.
I've just tried the crontab to schedule a shutdown at 3PM, but it didn't work :
$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.2836 installed on Mon May 16 15:08:04 2016)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
10 15 * * * /usr/sbin/shutdown -h now
Can you help ?