Revision 41d507a5
Added by Scott Ullrich about 15 years ago
etc/inc/services.inc | ||
---|---|---|
1281 | 1281 |
|
1282 | 1282 |
/* please maintain the newline at the end of file */ |
1283 | 1283 |
file_put_contents("/etc/crontab", $crontab_contents); |
1284 |
|
|
1284 |
|
|
1285 |
/* do a HUP kill to force sync changes */ |
|
1286 |
exec('/usr/bin/killall -HUP cron'); |
|
1287 |
|
|
1285 | 1288 |
conf_mount_ro(); |
1286 | 1289 |
} |
1287 | 1290 |
|
... | ... | |
1365 | 1368 |
configure_cron(); |
1366 | 1369 |
} |
1367 | 1370 |
|
1368 |
?> |
|
1371 |
?> |
Also available in: Unified diff
Reload cron after changes. Submitted-by: robiscool